Skip to content

Commit

Permalink
Add Show Symbols (current language) to command palette
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Jan 7, 2024
1 parent 744d0c0 commit 665bf4d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Default.sublime-commands
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
"caption": "CTags: Show Symbols (file)",
"command": "show_symbols",
},
{
"caption": "CTags: Show Symbols (current language)",
"command": "show_symbols",
"args": {
"type": "lang"
},
},
{
"caption": "CTags: Show Symbols (all)",
"command": "show_symbols",
Expand Down

0 comments on commit 665bf4d

Please sign in to comment.