vscode-annotationsVscode-annotations is an extension for Visual Studio Code that will help you to add annotations in your Javascript projects for identifying: FeaturesIn order to add an annotation in your code you just need to add the following comments:
therefore you can add to your javascript code the following annotations:
The annotation are recognised if are in a single line and written as above (e.g. //fixme: not // fixme:). This is the output that you will see inside the panel In order to list all the annotations in a specific file or in all the files of the projects you will need to follow these instructions:
At the moment you can perform the following things: . retrieve annotations for a single javascript file RequirementsPlease install the annotations extension via the extensions panel in Visual Studio Code Release Notes0.1.6. fix bug on check project folder 0.1.0Initial release of vscode-annotations. Next Features. adding fileswatcher API in order to run the check on files automatically . exporting annotations directly to README file SuggestionFor a better readability I suggest to install, in combination with vscode-annotations, the IBM output panel colorful extension: https://marketplace.visualstudio.com/items?itemName=IBM.output-colorizer |