Install Jshint
Note: Jshint (Optional – Only if you are enabling in Embold server) Execute command from cmd/terminal – npm install -g jshint@2.9.5 –save-dev # or yarn add jshint@2.9.5 –dev
Note: Jshint (Optional – Only if you are enabling in Embold server) Execute command from cmd/terminal – npm install -g jshint@2.9.5 –save-dev # or yarn add jshint@2.9.5 –dev
Execute command from cmd/terminal: npm install -g tslint@5.9.1 –save-dev # or yarn add tslint@5.9.1 –dev
Execute command from cmd/terminal: npm install -g eslint@v7.32.0 –save-dev # or yarn add eslint@v7.32.0 –dev
After scan completion, analysis results will be displayed on the “PROBLEMS” view. Show Description option is available on a quick fix. For metric violation – a quick fix will redirect to the documentation page. For Design Issue – It will show a new tab for insights with an animated progress…
Right-click on any .c/.cpp/.h/.hpp file or folder containing .c/.cpp/.h/.hpp any of these files. Select ‘Analyze Using Embold‘.’.
Embold VSCode extension uncovers potential code issues, vulnerabilities, metrics, and hard-to-detect anti-patterns that make your code difficult to maintain and can lead to error-prone solutions. The extension currently supports C/ C++, Java, JavaScript, and Typescript.