LAMMPS Syntax in VSCode
A minimal VSCode extension concisely for highlighting LAMMPS input files.
This extension is originally derived from lammps_vscode, which strips off uncommon features to
minimizes memory usage and dependencies.
I made it to fit my personal usage and resources. If you need more features, I recommend to use the original one.
Features
- Highlight the keywords in LAMMPS input files.
- Recognizes
*.lmp, *.lmps, *.lammps, and in.* files as LAMMPS input files.
- Folding possible between Markers #[ and #]
Extension Settings
lammps.AutoComplete.Setting: Controls the behaviour of the autocompletion feature. This setting may influence the performance of the extension.
lammps.Hover.Detail: Control the length of the displayed description in the hover popup.
lammps.Hover.Enabled: Display command information in a popup when hovering over a command or keyword.
lammps.Hover.Examples: Display example usage in the hover popup.
Usage

| |