GrokJS
GrokJS helps you learn Javascript by reading code! Highlight the code segment you need help with and you'll be guided to relevant documentation. Download the extension here Inline hintsHints about the current line will be shown inline to give you your best bet at Googling. Highlight and hoverHighlight and hover over a piece of your code for more information. A modal will give a thorough description of the syntax and a link to documentation. SettingsGrokJS has a number of settings that can be configured. These determine what style of JS code will be validly parsed. SupportGrokJS only supports pure JavaScript. Typescript and JSX are currently not supported. If those are something you're interested in support us by giving this extension 5 stars. MotivationSyntax can be a big stumbling block when learning a new language. Even worse, it is often difficult to separate the syntax and semantics of a piece of code which makes Googling difficult. For example with the line of code below.
If you don't know what array destructuring is then you won't have much luck Googling to understand this code. You might find documentation for GrokJS solves this problem by adding inline annotations about the syntax to the editor. And for when this is not enough you'll find links to informative documentation. Authors |