-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Closed
Labels
Description
Refs: microsoft/vscode-jupyter#7305
- anyOS @dbaeumer
- anyOS @devinvalenciano
- anyOS @chrisdias (Optional)
Complexity: 1
Author: @IanMatthewHuff
File bugs on the Jupyter repo here: https://github.com/microsoft/vscode-jupyter/issues
Jupyter notebook users have been continually asking for Table of Contents control in their notebooks, and this functionality is currently provided by the VS Code Outline window. However, Jupyter users are not finding this control, and we are still getting issues and upvotes from users about a missing Table of Contents control. To alleviate this, a button has been added to the Jupyter notebook toolbar to focus the outline window to point users to this.
Testing:
- Jupyter insiders extension installed
- Open up a .ipynb file
- For viewing a useful outline it works best with some markdown cells with # header blocks in them (as they go into the outline view)
- On the toolbar there should be an Outline button next to the variables button
- If the VS Code Outline view is collapsed or offscreen the button should be enabled. Pressing the button should focus the outline view.
- If the VS Code Outline view is onscreen and expanded the button should be disabled.
- "Jupyter: Show Table Of Contents (Outline View)" command should be available for the same function also when the view is offscreen or unavailable. The naming here is specifically for notebook customers searching for table of contents in the command list.