Problem, no itellisense

Discussion of open issues, suggestions and bugs regarding database management and development tools for Oracle
Post Reply
marias
Posts: 3
Joined: Fri 18 Jul 2008 07:57

Problem, no itellisense

Post by marias » Fri 18 Jul 2008 08:08

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

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Tue 22 Jul 2008 08:12

Unfortunately, we cannot reproduce described problem. Does the Intellisense window appear when you press Ctrl+Space or not?

marias
Posts: 3
Joined: Fri 18 Jul 2008 07:57

Post by marias » Wed 30 Jul 2008 15:14

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

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Thu 31 Jul 2008 10:03

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.

marias
Posts: 3
Joined: Fri 18 Jul 2008 07:57

Post by marias » Thu 31 Jul 2008 10:12

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

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Thu 31 Jul 2008 10:37

The only valid case it should not work is when your user account does not have enough rights to describe object referenced by synonym.

Post Reply