overstory / marklogic-intellij-plugin

Plugin to support XQuery + MarkLogic debugging in Intellij Idea
Apache License 2.0
12 stars 2 forks source link

Create UI to browse and select Quick Docs for any known API function, independent of cursor position #18

Open ronhitchens opened 7 years ago

ronhitchens commented 7 years ago

This probably should be an add-on menu to popup a text box which will auto-complete from known function names.

Need to:

This is a low priority task, since it is out of scope for the initial requirements.

ronhitchens commented 7 years ago

Some research is required to find the proper IntelliJ-provided Swing widgets to use for a search box and handlers for it. Deferring this until higher-priority tasks are done.

ronhitchens commented 6 years ago

Implemented in version 1.0.0. Not the ideal selection/filter dialog, but serviceable for now.