JavaScriptEnhancements icon indicating copy to clipboard operation
JavaScriptEnhancements copied to clipboard

JavaScript Enhancements is a plugin for Sublime Text 3. It offers not only a smart javascript autocomplete but also a lot of features about creating, developing and managing javascript projects (real-...

Results 28 JavaScriptEnhancements issues
Sort by recently updated
recently updated
newest added

I just tested it a bit on a new updated version (0.13.14) and there's a couple more issues with unused variables. And another caused by mixing `return` + template literal.

enhancement

Is it possible to somehow add a shortcut (e.g. ctrl+click) to go to definition? The default one from Sublime doesn't work. :(

Is there anyway to make this work inside a .vue file?

I'm searching for people that want help me develop this plugin in their spare time! If you are interested in this open-source project and you want work on this, **send...

announcement

### Expected Behavior 1. Install the package 2. Add the following to a .js file: `let a = 'abc'; a.` 3. Then hit ctrl+space to see autocompletions 4. Dropdown should...

Flow now has find-refs, which can be used to safely rename things across entire project. Do you have plans to implement this?

feature request

Good plugin for JS work. Is it possible to adapt python code for CudaText editor? Thanks.

question

It works find in `javascript` files but It doen't work in `JSX` files. is it possible to use this in JSX files too?