kedro-org / vscode-kedro

Kedro extension for VSCode including LSP and other features
https://marketplace.visualstudio.com/items?itemName=kedro.Kedro
Apache License 2.0
11 stars 2 forks source link

Autocompletion support for Notebook #13

Open noklam opened 1 month ago

noklam commented 1 month ago

Supportcatalog.load(" (Hit Tab)-> catalog.load("shuttle"). catalog.datasets was introduced to support autocompletion but it suffers from the . attribute of python. As a result there is a workaround to transform it to __, but it makes thing inconsistent.

There is an opportunity to enable autocompletion support on notebook.

Challenge: