SublimeText / CoffeeScript

Syntax highlighting and checking, commands, shortcuts, snippets, watched compilation and more.
439 stars 64 forks source link

[enhancement] Add symbols to "Go to Symbol" #206

Closed felixhao28 closed 1 month ago

felixhao28 commented 9 years ago

When I press Ctrl + R I would like the list of symbols to contain global symbols(classes/functions/variables) I have defined in this file. Currently only functions are supported.