jgfoster / Jade

Jade is an Alternative Development Environment (IDE) for GemStone/S that runs on Microsoft Windows
MIT License
5 stars 2 forks source link

Add an option to automatically collect autocompletion data #43

Open brunobuzzi opened 5 years ago

brunobuzzi commented 5 years ago

Now the user has to browse the code so the autocompletion mechanism collect methods data. It will be nice to have an option to automatically collect methods data. This option will have a configurable collection of GS classes to collect data (for example Object, Collection hierarchy, Magnitude hierarchy and so on). Basically a System Browser will be open and all classes of the configurable collection will be selected and this will trigger the autocompletion mechanism collect methods data.