Skip to content

Commit f53de9f

Browse files
committed
[IMP] vscode: add pictures to vscode readme
1 parent 2c35d2e commit f53de9f

File tree

7 files changed

+20
-0
lines changed

7 files changed

+20
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import ast
2+
import os
3+
from ..constants import *
4+
from .odoo import *
5+
from .python_odoo_builder_base import PythonOdooBuilder
6+
7+
8+
class PythonOdooBuilderV17(PythonOdooBuilder):
9+
pass

server/odoo_customizations/__init__.py

Whitespace-only changes.

vscode/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,21 @@ This extension integrates the Odoo Language Server, that will help you in the de
1818
## Features
1919

2020
- Autocompletion
21+
22+
![Autocompletion picture](images/autocomplete.png?raw=true "Autocompletion")
23+
2124
- Show definition on hover
25+
26+
![hover picture](images/hover.png?raw=true "Hover")
27+
2228
- Go to definition
29+
30+
![gotodefinition picture](images/goto.gif?raw=true "Go to definition")
31+
2332
- Diagnostics
2433

34+
![diagnostics picture](images/diagnostics.png?raw=true "Diagnostics")
35+
2536
## Installation
2637

2738
### Requirements

vscode/images/autocomplete.png

224 KB
Loading

vscode/images/diagnostics.png

96.3 KB
Loading

vscode/images/goto.gif

335 KB
Loading

vscode/images/hover.png

104 KB
Loading

0 commit comments

Comments
 (0)