-
Notifications
You must be signed in to change notification settings - Fork 39
Features
Lorenzo Pichilli edited this page Jan 1, 2018
·
28 revisions
Feature list:
- On Hover Description
- Show Hint Parameters
- Flow Goto Definition
- Bookmarks
- Evaluate JavaScript
- Can I use?
- JSDoc
- Surround With
- Delete Surrounded
- Create Class from object literal
- Sort array
- Split string lines to variable
Just put the cursor over a name of a function, property, etc. and you will see appear a little popup with all the information about it and, also, a link the the definition of it:
If you want know the parameters of a function, just use the default key binding ctrl+alt+s
:
You could also use the Context Menu and click on Show Hint Parameters
or you could find it under Tools > JavaScript Enhancements > Show Hint Parameters
.
If you want know where is the definition of a certain function, class, etc. just go with the cursor on it and use the menu option Flow Goto Definition
in Context Menu. You could find it under Tools > JavaScript Enhancements > Flow Goto Definition
.
Description in progress..