Claus Pedersen
Member³
I have some improvement requests for code completion.
I often use code completion to check the call interface to methods.
In case the method has only one parameter, this parameter is filled in automatically. This is normally nice. But in case the user wants to see the type of parameter (string, clob, number etc.) this is not possible. Could this behaviour be made optional by the user, so for instance Shift-F6 will show the code completion list, so the user can see its full content.
In case the code is read-only, the code completion does not show at all. In this case it could also be nice to display the code completion list, even if the code is read-only. Of couse, when the user selects an item from the list, nothing should happen, just close the list.
I often use code completion to check the call interface to methods.
In case the method has only one parameter, this parameter is filled in automatically. This is normally nice. But in case the user wants to see the type of parameter (string, clob, number etc.) this is not possible. Could this behaviour be made optional by the user, so for instance Shift-F6 will show the code completion list, so the user can see its full content.
In case the code is read-only, the code completion does not show at all. In this case it could also be nice to display the code completion list, even if the code is read-only. Of couse, when the user selects an item from the list, nothing should happen, just close the list.