Maduit
Features
- Analyze open workspaces
- View results as native Visual Studio Code information
- See annotations for relevant source code for each issue
Installation
From the Visual Studio Marketplace
Install maduit from the Visual Studio Marketplace within the Extensions tab of Visual Studio Code.
From source
git clone https://github.com/m4yfly/vscode-maudit.git
cd vscode-maudit
npm i
npm install -g vsce
vsce package
maudit-x.x.x.vsix will be created.
Install the VSIX file in Visual Studio through Extensions, under the … menu.
Getting Started
After installing the extension, simply open a workspace containing any php/java/python files. The extension will activate, revealing the Maduit logo on the action bar. Click it to reveal a new container with a results explorer. Hovering over the explorer tree will reveal buttons on the top title bar which can be used to run Maduit and delete results.
Copyright (C) 2020 m4yfly
Source: https://github.com/m4yfly/