brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Capability to Support Document & Project Symbols provided by a Language Server #11988

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by shubhsnov Thursday Apr 11, 2019 at 20:46 GMT Originally opened as https://github.com/adobe/brackets/pull/14697


Modifying the QuickOpen Plugin System to accommodate Document and Project Symbols. The Document Symbols would be invoked by "Ctrl-T" command. (trigger -'@') The Project Symbols would be invoked by "Ctrl-Shift-T"command. (trigger - '#')

The same has been added to Default Navigate Menu.

Document Symbols UI:

DocSym

Project Symbols UI:

ProSym

ping@swmitra@narayani28@niteskum for review.


shubhsnov included the following code: https://github.com/adobe/brackets/pull/14697/commits

core-ai-bot commented 3 years ago

Comment by narayani28 Monday Apr 15, 2019 at 04:13 GMT


LGTM