FS 1.0
if i use cd command then type a and then hit tab key, a panel opens up with the list of directories with A.. see attached pic
is it possible to display the list of tables in a select statement ?
for eg
select * from C and then hit tab opens up the list of tables starting with the letter C ?
|
20 KB
Interfaced with the Data Studio autocompletion. Keep in mind that the SQL autocompletion works on the entire buffer plus the visible edit line.
Since the netbeans autocompletion framework is not meant to be reusable, I had to implement a number of hacks, so please let me know if something works different than expected (or does not work at all).
Issue #6152 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 11.0.0-beta-4 |
No time estimate |
Interfaced with the Data Studio autocompletion. Keep in mind that the SQL autocompletion works on the entire buffer plus the visible edit line.
Since the netbeans autocompletion framework is not meant to be reusable, I had to implement a number of hacks, so please let me know if something works different than expected (or does not work at all).