Display-Functions icon indicating copy to clipboard operation
Display-Functions copied to clipboard

Autocompletes Java Methods in Sublime Text 2

Results 7 Display-Functions issues
Sort by recently updated
recently updated
newest added

Can you please update this for ST3?

Added sublime text 3 support with a simple print function fix. add_functions() now loops through the directory and checks all files, rather than just String.txt.

Hi Liam, thank you for your fine plugin, first. i did a little modification on it, so that you can use it with .pde files un connection with the [processing-sublime...

I just started using your plugin and it works fine with regular Java classes but it doesn't recognize any methods in my project (including the methods of the same class)....

Plugin breaks if a file is not inside the current directory. Add support for import.

Feature Request

Currently, the plugin is a TextCommand that activates on ".". To improve responsiveness, it should be rebuild to run as an EventListener and check if prev char is ".". That...

TODO

obj.metOne().methTwo(); - in this case autocomplete box will appear after metOne() method obj.metOne(a, b, c).methTwo() - in this case autocomplete box won't appear after metOne() method

Bug