foam-language-server icon indicating copy to clipboard operation
foam-language-server copied to clipboard

A language server for OpenFOAM case files

Results 7 foam-language-server issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When expanding a macro, I have noticed two behaviors: - A colon is prepended to the expansion. This appears to be an intended effect based on [this...

bug

**Valid entries returned in Fatal Error as completion candidates** - Press "space/tab" after a keyword - The language server inserts a dummy value; runs the solver and collects "Valid entries/models"...

enhancement

**Describe the bug** Experiencing delays in fetching auto-completion items when OpenFOAM is sourced. **To Reproduce** Steps to reproduce the behavior: 1. Source OpenFOAM/Foam-Extend's bashrc 2. Open a case file in...

bug

**Support for custom errors/warnings** - Currently, worrying about warnings is not a priority, but it should become important at some point - It would be nice if users can write...

enhancement

Very interesting project and it would significantly lower OpenFOAM learning curve. Regarding the banana trick i parsed the headers of the runtime selectable functions and displayed them in markdown. Another...

**Describe the bug** LspStart exits with code 1 **To Reproduce** Steps to reproduce the behavior: 1. Install foam-language-server with Mason 2. Configure foam_ls with minimal setup require('lspconfig')['foam_ls'].setup{} 4. Open foam-file...

bug