yorkxin / vscode-coffeescript-support

Advanced CoffeeScript support in VSCode
https://marketplace.visualstudio.com/items?itemName=yorkxin.coffeescript-support
MIT License
29 stars 6 forks source link

Symbols no longer found #9

Closed brucedjones closed 6 years ago

brucedjones commented 6 years ago

Since updating VSCode to 1.28.2 I get "No symbols found" for coffeescript files.

yorkxin commented 6 years ago

Hi, what command did you perform? (Search for symbol across files? Or within a file?)

brucedjones commented 6 years ago

Nothing shows in the outline ("No symbols found in document") or breadcrumbs, and cmd + shift + o shows "No symbols found".

I tried disabling and reenabling the extension, also tried reloading vscode. Neither helped.

yorkxin commented 6 years ago

Hi, I just tried locally, and it works for me. I have a brand-new installed macOS and VSCode.

screen shot 2018-11-08 at 23 30 22

Would you also try a beta version of 0.2.0? (In fact I haven't touch the beta for long time. I'll probably just ship it recently)

https://github.com/chitsaou/vscode-coffeescript-support/releases

brucedjones commented 6 years ago

Ok strange, it is now working for me (after giving it time and nothing else..) Thanks for the prompt response. Closing this.