beanshell2
beanshell2 copied to clipboard
Tab completion of class or instance members/methods
What steps will reproduce the problem?
1. Type 'String.' and hit tab
or:
1. Type 'String myString = "text";'
2. Type 'myString.' and hit tab
What is the expected output?
Prints a tab completion list of all of the methods (static or not, depending on
the example above) available on the String class/instance.
What do you see instead?
Nothing happens.
What version of the product are you using? On what operating system?
2.1b5 on OpenJDK 6 on Ubuntu 12.04.
Original issue reported on code.google.com by [email protected] on 30 May 2012 at 5:19
It should show visible fields in addition to methods.
Original comment by [email protected] on 30 May 2012 at 5:21
Good idea. How about showing visible fields/methods with one tab and adding
private fields/methods if a second tab is pressed?
Original comment by [email protected] on 9 Jul 2012 at 5:06