0.0.1 • Published 2 years ago

foam-language-client v0.0.1

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

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