Open core-ai-bot opened 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 - '#')
"Ctrl-T"
'@'
"Ctrl-Shift-T"
'#'
The same has been added to Default Navigate Menu.
ping@swmitra@narayani28@niteskum for review.
@
shubhsnov included the following code: https://github.com/adobe/brackets/pull/14697/commits
Comment by narayani28 Monday Apr 15, 2019 at 04:13 GMT
LGTM
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:
Project Symbols UI:
ping
@
swmitra@
narayani28@
niteskum for review.shubhsnov included the following code: https://github.com/adobe/brackets/pull/14697/commits