A VS Code extension that might make working with ProDiMo a bit easier.
-
Syntax highlighting for the comments, parameter names, values and units.
-
Auto-completion for parameter names. Just press
!orCtrl+Spaceto see the suggestions -
Outline-View support. Just put some text between
---and---to create a section in the outline view.Just do something like this:
--- This will appear in the outline --- .true. ! stop_after_init --- Another block of parameters --- .false. ! some Parameter --- This will not appear in the outline, it is just an ordinary comment
If you open a log file produced by ProDiMo VS code will show the "structure" in the outline-view. The file has to have the extension .log and prodimo needs to be in the filename (e.g. my_prodimo.log or just prodimo.log); then VS code should automatically use the ProDiMo log file outline provider.
No particular requirements, I know of.
No particular settings are needed for this extension.
It is my very first VS Code extension, so there are probably issues. The auto-completion is still a bit basic, and buggy.
