Reply To: Common IDE for OpenLB
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › Common IDE for OpenLB › Reply To: Common IDE for OpenLB
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.