spectacles / CodeComplice

CodeIntel for Sublime Text 2 / 3
Other
167 stars 18 forks source link

cast “JavaScript (Babel)” to just “javascript” #40

Closed adeubank closed 9 years ago

adeubank commented 9 years ago

I thought sublime code intel was cool until I met code complice. Thank you so much for code complice!

I started working with ES6 and Babel and found that when I use the sublime-babel package it changes the syntax name from JavaScript to JavaScript (Babel). Then Code Complice stopped analyzing my code.

I made a simple check for the babel language and cast it to just javascript for now so that I can still use it with the newer syntax definition.

adeubank commented 9 years ago

Hmm, I just found this configuration, "codeintel_enabled_languages", is this a better option?

adeubank commented 9 years ago

Forget about this pull request, that's exactly what I was looking for! Thanks again for Code Complice!

spectacles commented 9 years ago

Thanks! appreciated!