Announcing Visual Studio Code extension for Odoo

Hello world!

This Sunday is so beautiful to me. The long-awaited Visual Studio Code extension for Odoo is now on the Marketplace. Although the extension is still in the early stages of development, it is a important milestone on my new journey.

It has been four years since I released the first version of the PyCharm plugin for Odoo. At the time, I could not have imagined that it would be the beginning of important changes in my career as a programmer. I don't know what the future holds but I know I am enjoying this journey.

Like with the PyCharm plugin, I implemented Odoo module import resolver for the first version of the VSCode extension.

Resolve odoo addon imports

Odoo addon import completion

Odoo addon import completion

As you can see in the screenshots above, VSCode can now resolve imports and provide import completion for all Odoo modules in your workspace. For this to work perfectly, you also need to structure your workspace correctly. I will write another blog post to help you structure an Odoo workspace in VSCode.

Wishing everyone a happy weekend!