Note: This extension assumes the workspace's root is the nbdev project's root.
Navigate between code in notebooks and python modules with the F2 key. This will navigate to the right cell in the corresponding notebook or the corresponding line in the python module! Demo
Autocomplete with hints for important directives. This triggers in notebooks when you type #| (needs a space after the | to trigger the autocomplete). Demo
Clean notebooks automatically on save. We have a Jupyter hook that didn't work in VSCode, and this fixes that. Demo. You can toggle this on/off in User settings.