justinmahar / SublimeCSAutocompletePlus

CoffeeScript autocompletions and more!
172 stars 12 forks source link

how to navigate through the class methods #37

Closed cooolbasha closed 11 years ago

cooolbasha commented 11 years ago

on pressing ctrl ; or ctrl p and typing # or @ would should the list of methods, but it doesn't show the static methods. I guess it is because of @ in the method name...

justinmahar commented 11 years ago

Thanks for your feedback. The feature you describe is outside the scope of this plugin. This plugin only interacts with the autocomplete list, and does some lookups for files when using the Go To Definition shortcut. Something else is controlling that list you see when you type # or @ in the Goto Anything text input (Ctrl + P). However, I was able to get static methods to show up when typing #. For all other lookups, just use @. Hope that helps.