Skip to content

Features

Lorenzo Pichilli edited this page Jan 2, 2018 · 28 revisions

Feature list:

On Hover Description

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:

Show Hint Parameters

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.

Flow Goto Definition

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.

Bookmarks Project

They differs from normal bookmark of Sublime Text. In fact you could set and save your bookmarks per project, in order also to search a bookmark in the whole project or only in the current view:

Using Command Palette:

Expand Abbreviation

This feature is similar (but much simpler) to the Emmet plugin - "Expand Abbreviation" feature. If you want repeat n-times a line of code, select the code with something like *5 (repeat 5 times) at the end of the selection and then you will have this:

Evaluate JavaScript

Description in progress..

Clone this wiki locally