Open xuluan opened 11 years ago
Same for me, on Linux and Mac. Conflicts with Ctrl/Cmd-R for C++.
Took me a while to find out this out, but yeah Ctrl+R shows the contents of all the symbols e.g
class Herp{ function lol(int bla){ //comments } };
Ctrl+R would list function lol(int bla){ //comments }
Pity I had to uninstall the plugin.
Fixed here: https://github.com/aponxi/sublime-better-coffeescript/pull/61 "Better CoffeeScript"
Recently, when I use Ctrl-R to list functions in c code, It shows some mess. After I uninstalled CoffeeScript plugin, It shows good. Could you check this issue?
I try it in both Windows and Linux(Ubuntu)