Just curious on knowing what fellow developers are using to write their code, be it VHDL, Verilog, C, C++, etc.
I use Emacs in VHDL mode together with lsp-server configure to use rust_hdl. For coding style, slowly migrating to vhdl-style-guide when pushing it to repos (git pre-push hook).
Looking forward to your answers.