jupyterlab-lsp icon indicating copy to clipboard operation
jupyterlab-lsp copied to clipboard

Support for the rename based on the whole project directory

Open YongcaiHuang opened this issue 8 months ago • 2 comments

Elevator Pitch

Any plan for the rename based on the whole project directory including file rename (more like a refactoring feature). It's better to support both .ipynb and .py

Motivation

current rename function works within one file either .ipynb or .py. It's not that convenient when I want to rename a .py module or function/class in this module. Rather, I need to change all related reference.

Design Ideas

current IDE like vscode or pycharm has supported this. for example below video.

https://github.com/jupyter-lsp/jupyterlab-lsp/assets/97007177/4691c4b4-0ee1-4b91-bd5b-10bd9517df60

YongcaiHuang avatar Jun 04 '24 15:06 YongcaiHuang