odoo-ide / vscode-odoo

Visual Studio Code extension for Odoo
https://marketplace.visualstudio.com/items?itemName=trinhanhngoc.vscode-odoo
39 stars 2 forks source link

Auto Imports to Resolve Missing Object #66

Closed gustitammam closed 5 months ago

gustitammam commented 5 months ago

Hi @trinhanhngoc,

Since the Pylance is disabled, what's the alternative for this feature? https://code.visualstudio.com/docs/python/editing#_enable-auto-imports

In PyCharm it works to fix warnings like this: image

Is it possible to do so in VsCode?

trinhanhngoc commented 5 months ago

Hello @gustitammam ,

I have already planned to implement this feature in the Odoo IDE plugin (#21).

gustitammam commented 5 months ago

Okay, I will close this issue as it appears to be a duplicate. Thank you.