ternjs / tern_for_sublime

Sublime Text package adding Tern support
MIT License
803 stars 54 forks source link

new plugin for Javascript support - JavaScript Enhancements #180

Open pichillilorenzo opened 6 years ago

pichillilorenzo commented 6 years ago

Hi,

I developed a new plugin called JavaScript Enhancements for Sublime Text 3 that you can find on Package Control. It uses Flow (javascript static type checker from Facebook) under the hood and it offers smart javascript autocomplete, real-time errors, code refactoring and also a lot of features about creating, developing and managing javascript projects. Maybe you could be interested or, if you doesn't support anymore this plugin, you could also refer it into the README.md file 😄.

See the Wiki to know all the features that it offers!