Reply To: Common IDE for OpenLB
Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.
› Forums › OpenLB › General Topics › Common IDE for OpenLB › Reply To: Common IDE for OpenLB
September 2, 2024 at 10:31 am
#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.
