odoo / owl

OWL: A web framework for structured, dynamic and maintainable applications
https://odoo.github.io/owl/
Other
1.14k stars 344 forks source link

[IMP] owl-vision: Autocompletion in xml and added missing owl directives #1617

Closed BastienFafchamps closed 3 months ago

BastienFafchamps commented 4 months ago

This commit adds basic autocomplete in xml files. This includes autocompletion for elements, components, props, attributes, and javascript expressions.

The current implementation, while relatively simple, has a couple of drawbacks:

This commit also: