Configure VSCode (or any editor derived from it, e.g. VSCodium or Antigravity) for a database and open a repository in the editor.
Install odev if not already done. You'll need odev version 4.0.0 or above.
Enable this plugin by running:
odev plugin --enable odoo-odev/odev-plugin-editor-vscodeUsing other editors sharing the same base (e.g. VSCodium) should work as well, at the cost of setting up a symlink to the editor executable in your path.
Antigravity example:
ln -s $(which antigravity) /usr/local/bin/code