Skip to Main Content

Oracle Developer Tools for VS Code

No support autocomplete/intellisense for table aliases?

User_XD40LFeb 4 2022

I was excited for this plugin to work, as it would be nice to stay within visual studio code and not switch into Datagrip or SQL Developer all the time. But the very first, very basic query I tried seems to have flummoxed the intellisense.
Here's the simplest example that will illustrate the problem. In this example, after I type "t." in the where clause, intellisense should be suggesting a list of all the columns in MY_TABLE. Instead it's not suggesting anything.

SELECT *
FROM MY_TABLE t
WHERE t.
Comments
Post Details
Added on Feb 4 2022
9 comments
306 views