This extension provides various features for use with reqstool such as:
- Display information upon hover over an annotation about requirements, software verification cases, and manual verification cases
Open a workspace that has requirements in the format specified by reqstool
. The extensions should initialize automatically.
There is an output channel that will show when a workspace is initialized.
If a directory with requirements files is found, it's watched for changes. The extension will rerun reqstool when a change is detected.
- Java
- Python
- After cloning, run:
npm install
- To debug, run
npm run watch
and pressF5
. In the window that appears, open a project with annotations an a supported language. - Build with
npm run build