Skip to content

Reply To: Common IDE for OpenLB

#9176
Adrian
Keymaster

Which module imports? We are only using plain header includes.

There is no common IDE used by everybody in the working group as this is a very personal choice. Some colleagues use VS Code, some plain terminal Vim, I personally use Emacs, some others even use just the standard plain text editor provided by their distribution.

As far as I know, the ones using VS Code also use auto completion and so on there (both non-AI and AI based, there are many different plugins available)

I previously experimented with using language server based autocomplete in Vim/Emacs but in the end I always reverted to plain ctags and code-wide full text search.