Vscode-jupyter: Reopening: Python snippets not working with Jupyter Notebook (.ipynb) files

Created on 3 Apr 2020  路  7Comments  路  Source: microsoft/vscode-jupyter

As the previous issue microsoft/vscode-python#8978 has been closed and comments are restricted, reopening this issue here.

Most helpful comment

For the VS code notebook implementation, you can look here:
https://github.com/microsoft/vscode/issues/91987.

The core VS code team is implementing support for editing notebooks. Our team (the python extension) will likely be adding execution to this in our extension. Snippets should be an editor feature, so it should end up in the VS code part of the notebook implementation.

All 7 comments

Snippets are still something we want to support in the future but at this point, it is not high priority at the moment.

OK, can an issue be kept open for it? Otherwise, how could it ever become a priority without the issue open-close-repeat cycle?

Sure we can leave this open to keep track of it.

Snippets should happen automatically when we switch to the VS code native notebook support. That's why the other bug was closed. We're never going to do this ourselves.

@rchiodo What do you recommend for users so that we can request/track/evaluate features that may one day appear?

For the VS code notebook implementation, you can look here:
https://github.com/microsoft/vscode/issues/91987.

The core VS code team is implementing support for editing notebooks. Our team (the python extension) will likely be adding execution to this in our extension. Snippets should be an editor feature, so it should end up in the VS code part of the notebook implementation.

Closing this issue, as native notebook cells are now first class VS Code text editors supporting extnsions, snippets and the like.
For VSCode native notebooks (see issue microsoft/vscode-jupyter#1231), all python snippets show up in the native notebook cells.

Was this page helpful?
0 / 5 - 0 ratings