sustained/CoffeeScript-Sublime-Plugin

conflict with c language

Opened this issue · 3 comments

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)

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: SublimeText/BetterCoffeeScript#61 "Better CoffeeScript"