AppCode
 
Get AppCode

JSHint

Last modified: 28 September 2022

Required plugin:

Javascript and TypeScript -  The plugin is bundled with AppCode and enabled by default.

You can check your code with the JSHint linter which is already bundled with AppCode.

When JSHint support is enabled, AppCode highlights errors that JSHint detects, provides descriptions for them, and suggests quick-fixes where possible.

Descriptions of the errors detected in the current file and quick-fixes for them are available from the editor and from the File tab of the Problems tool window.

Errors in all previously opened files and quick-fixes for them are shown in the Project Errors tab of the Problems tool window. To open the tool window, click the Inspection widget in the upper-right corner of the editor:

Inspection widget

See View problems and apply quick-fixes in the editor and Problems tool window for details.