Komodo / KomodoEdit

Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
http://www.komodoide.com/komodo-edit
Other
2.14k stars 299 forks source link

CodeIntel support for ES6 Classes #2518

Open Naatan opened 7 years ago

Naatan commented 7 years ago

Komodo currently does not support ES6 classes for codeintel. Whilst classes still aren't supported in most browsers they are definitely gaining traction, as such we should add support for them soon.

Info on Classes:

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes

Pay particular attention to the "extends" syntax.

mitchell-as commented 6 years ago

Perhaps #2158 supercedes this ticket @Naatan?

Naatan commented 6 years ago

Not exactly, ES6 is a bigger priority. ES7 is unlikely to be adopted widely any time soon considering ES6 isnt even entirely adopted.