Re: Sql editor autocompletion support
There is some very basic autocomplete support, based on an old ISO SQL spec (no vendor specific keywords). However, the autocomplete popup is hard coded in such a way that it will only popup after a . character (e.g. If you are typing scema.table it would popup for the table) You can get the basi
Sql editor autocompletion support
Hi all, What is the current condition of sql editor in netbeans? Is there any plan to add autocompletion support for sql editor?