vscode-odoo
vscode-odoo copied to clipboard
Visual Studio Code extension for Odoo
- Call arguments - [x] [`env.ref(...)`](https://github.com/odoo-ide/vscode-odoo/issues/6) - [x] [`request.render(...)`](https://github.com/odoo-ide/vscode-odoo/issues/6) - [x] `ir.qweb.render(...)` - [x] `ir.ui.view.render_template(...)` - [x] `ir.actions.report.render_template(...)` - [x] `website.viewref(...)` - [x] `res.users.has_group(...)` - [x] `BaseModel.user_has_groups(...)` - [x] `mail.thread.message_post_with_view(...)`...
- [x] [`fields.Field(compute="...")`](https://github.com/odoo-ide/vscode-odoo/issues/16) - [x] [`fields.Field(inverse="...")`](https://github.com/odoo-ide/vscode-odoo/issues/16) - [x] [`fields.Field(search="...")`](https://github.com/odoo-ide/vscode-odoo/issues/16) - [ ] `fields.Field(group_expand="...")` - [ ] `BaseModel._patch_method(...)` - [ ] `BaseModel._revert_method(...)` - [ ] `BaseCase.patch(...)` - [ ] `BaseCase.classPatch(...)` -...
https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_hover
- [ ] View attribute `class='...'` - [ ] View button attribute `icon='...'`
- [x] Model attribute [`_inherit = '...'`](https://github.com/odoo-ide/vscode-odoo/issues/3) - [x] Model attribute [`_inherits = {'...': }`](https://github.com/odoo-ide/vscode-odoo/issues/3) - [ ] Model attribute `_populate_dependencies = ['...']` - [ ] Model attribute `_depends =...
- [ ] Python binary expressions - [ ] Python assignments - [ ] Search domains - [ ] Record values - [ ] Test `assertEqual`, `assertNotEqual` - [ ]...
- [ ] `context.get("...")` - [ ] `fields.One2many(context="...")`, `fields.Many2many(context="...")` - [ ] `api.depends_context(...)` - [ ] XML context attributes
https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workspace_symbol