Page 1 of 1
Problem, no itellisense
Posted: Fri 18 Jul 2008 08:08
by marias
Hi!
I installed OraDeveloper Tools for vs 2008. It works fine except the intellisense window never appears. I checked the settings (tools->options->Core Lab developer tools tab) but no luck, just can't fix it. I use VS 2008 9.0.21022.8 RTM and OraDeveloper tools 2.55. When I used the trial version there was no problem.
Could you help me out?
Thanks in advance,
m
Posted: Tue 22 Jul 2008 08:12
by Duke
Unfortunately, we cannot reproduce described problem. Does the Intellisense window appear when you press Ctrl+Space or not?
Posted: Wed 30 Jul 2008 15:14
by marias
Hi!
I reinstalled my VS and the addin. It helped. The problem was that there was no intellisense window at all. There was another compatibility issue with devexpress refactor addin. But now everything works just fine (without refactor addin).
And one more thought: is it possible in the near future that intellisense helps if I use a synonym instead of the referenced table name?
thanks,
m
Posted: Thu 31 Jul 2008 10:03
by Duke
marias wrote:And one more thought: is it possible in the near future that intellisense helps if I use a synonym instead of the referenced table name?
It should help in the current version.
Posted: Thu 31 Jul 2008 10:12
by marias
I mean the following doesn't work:
select * from synonym
where --doesn't appear the intellisense window
or
select * from synonym t
where t. --neither
Should it work?
thanks again
Posted: Thu 31 Jul 2008 10:37
by Duke
The only valid case it should not work is when your user account does not have enough rights to describe object referenced by synonym.