VS Code DeepScan extensionVS Code extension to detect bugs and quality issues in JavaScript, TypeScript, React and Vue.js. Works with DeepScan. DeepScan is a cutting-edge JavaScript code inspection tool that helps you to find bugs and quality issues more precisely by data-flow analysis. You can also use it for React and Vue.js because DeepScan delivers React specialized rules and Vue.js specialized rules. Note: DeepScan Lite plan or above is needed to use this extension. Visit deepscan.io to gain access to a 14-day free trial.
How It Works
File TransferTo use this extension, you should confirm that your code is transferred to the DeepScan server for inspection when you save your changes. You can confirm it by pressing the Confirm button that appears when restarting VS Code after the installation. Note that your code is completely deleted from the server right after the inspection. DeepScan Access TokenAn access token is needed to inspect your code at the DeepScan server. Follow instructions at the DeepScan site to generate the token. For managing access token, this extension contributes the following commands to the Command Palette:
Settings OptionsThis extension contributes the following variables to the settings:
Disabling Rules with Inline CommentsWhile you can exclude rules project wide via
By Ignore this line and Ignore this rule code actions, you can add an inline comment easier.
Read more about it here. Using behind a ProxyTo do an inspection, this extension requires a connection with the DeepScan server. But this connection cannot be established when you are behind a proxy. For this case, you can try one of the following:
If your proxy environment uses a custom CA certificate, you will need to configure the |



