Skip to content

Support for using VSCode integrations in particular python and clangd

Teng Jian Khoo requested to merge khoo/easyjet:vscode-support into main

It should be even easier to easyjet with VSCode. See the new README section for how to get feedback like this: Screenshot_2024-03-25_at_17.44.35

Besides tooltips and tab-completion, header includes can also function as hyperlinks.

In python you can preview (peek) definitions of code even in athena packages from within your source file

Screenshot_2024-03-25_at_17.56.32

Also you can get syntax suggestions for return type hints (grey -> None for no return here)

Screenshot_2024-03-25_at_17.56.47

Note: we may wish to cross-check the list of flake8 checks/ignores, as this list is taken from athena as is the rest of the .vscode setup.

Edited by Teng Jian Khoo

Merge request reports