Missing 'Find in Selection' in VS Code when editing Jupyter Notebooks
Asked Answered
K

2

8

The 'find in selection' button is missing from VSCode when working with Jupyter Notebooks. It slows down development so I would like to ask if anybody knows how to activate it?

First image shows the search/replace when in a python file. Second image shows the missing button when in a notebook.

Python file:

python file with 'find in selection' functionality

Jypyter Notebook:

Jupyter Notebook / 'find in selection' is missing

Kirbykirch answered 4/10, 2021 at 9:45 Comment(1)
I don't think it has that functionality yet, see github.com/microsoft/vscode/issues/121218.Diadelphous
T
1

As Jan 2022, within a cell in a jupyternotebook you can search and replace in selection when pushing F3. As comment before, this function is not available when using Ctrl + H

More info :

Tashia answered 26/1, 2023 at 12:47 Comment(0)
A
0

The .ipynb file is written by a kind of markdown. The only way is to rightclick the tab and reopen .ipynb by builtin text editor for now.

Aqueous answered 15/9, 2022 at 6:47 Comment(1)
the backing format is JSON- not markdown.Smart

© 2022 - 2024 — McMap. All rights reserved.