foam-language-client

0.0.1 • Public • Published

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 ERRORs and FATAL IO ERRORs [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]

Readme

Keywords

none

Package Sidebar

Install

npm i foam-language-client

Weekly Downloads

2

Version

0.0.1

License

none

Unpacked Size

163 kB

Total Files

19

Last publish

Collaborators

  • elwardi