[ https://issues.apache.org/jira/browse/NETBEANS-188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Christian Lenz updated NETBEANS-188: ------------------------------------ Attachment: sqlCodeCompletion.gif Added a screencapture rom DataGrip, the DB IDE from JetBrains. As you can see how fast it is, to complete a SQL statement, because of the automatic code completion while typing. NetBeans doesn't support code completion, while typing, for SQL. I have to use ctrl + space which is a pain in the ass. Code completion while typing is a must have like in other languages. Maybe with an option but it should be work as in other languages too. > Please add support for code completion while typing > --------------------------------------------------- > > Key: NETBEANS-188 > URL: https://issues.apache.org/jira/browse/NETBEANS-188 > Project: NetBeans > Issue Type: Improvement > Components: db - SQL Editor > Affects Versions: Next > Reporter: Christian Lenz > Attachments: sqlCodeCompletion.gif > > > Afaik, the SQL Editor, is the only one, where you don't have code completion, > while typing. It only appears after you hit ctrl + space, which is weird. It > should be there per default. If not, there should be an option that code > completion should always be possible, in any cases and you can deactivate it, > if you don't want it. > For each keyword, table, view whatever, I have to type a character and hit > ctrl + space. It would be very nice to have the same code completion feature > as in java or other languages, that the code completion comes up, while > typing. For example: > Type "S" -> code completion should come immediately and should show you the > results. Same for everything like tables, views, databases, aliases and > columns. -- This message was sent by Atlassian JIRA (v6.4.14#64029)