foam-language-client
v0.0.1
Published
A Language Client for the OpenFOAM LSP server
Downloads
1
Readme
A Language Client for OpenFOAM files
Add the following to your VSCode settings to recognize OpenFOAM files
(File->Preferences->Settings
):
"files.associations": {
"*Dict": "OpenFOAM",
"*Properties": "OpenFOAM",
"fvSchemes": "OpenFOAM",
"fvSolution": "OpenFOAM",
"**/constant/g": "OpenFOAM",
"**/0/*": "OpenFOAM"
}
Features
- Completion [No implemented Yet, Planned sources: Snippets + BananaTrick]
- Diagnostics for
FATAL ERROR
s andFATAL IO ERROR
s [Incomplete, one at a time] - Document symbols [Complete, Outline for the current dictionary]
- Jump to Definition [Complete, Inside the current dictionary]
- Hover Docs [Limited Basic keywords]
- Signature Help [Limited Basic keywords]