FullProf VSCode bring support to Visual Studio Code for FullProf pcr files (.pcr
and .new
) in order to make it easier viewing and working with.
All the following features are available in fullprof-vscode
The screenshots were made using default Visual Studio Code dark theme, colors can be different with a custom theme.
Comments are separated from numerical values
Refinable paramaters code stand out from refined values. Error like NaN
are also highlighted.
The documentation is not activated at launch, in order to access it, do the following procedure :
- Open the command palette
Ctrl+Shift+P
- Then type
FullProf in VSCode
The documentation is now available by hovering the parameter in the comment line.
- Missing documentation for some parameters.
- Refinable parameters may not be all highlighted.
Initial release of fullprof-vscode