Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>VideoHintNew to Visual Studio Code? Get it now.
VideoHint

VideoHint

matrix_lead

|
919 installs
| (1) | Free
Javascript syntax and featured explanations extension
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VideoHint

Javascript syntax and featured explanations and video tutorials directly in the code. Providing an easy way for reading the code quickly, especially for those who do not master javascript.

VideoHint demo

To test the extension. Open a javascript file or a typescript file, copy and paste the following code in the file:

	var arrowFunction = (x) => {
		return x + 10; 
	}

A blue line should appear under (x) => { hover on it to have the explanation of the syntax.

Features

Here is a list of features that the extension currently supports.

  • Highlighting features and syntax of ES6 and above.
  • Video explanations and tutorials for each feature.

Here is a list of features planned to be supported in the next versions.

  • User options to control the features to be highlighted.
  • Supporting features of well-known libraries and frameworks (e.g. angular, react)

Contact and Support

Email: r.alzebak@gmail.com chengtie@gmail.com

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft