Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
Is there a way to add support for "move symbol" in Python code for VS Codium? PyCharm can do this, but I am looking for a VSC solution. PyLance can do this, but PyLance itself is closed source, a...
#3: Post edited
- Is there a way to add support for "move symbol" in Python code for VS Codium?
PyCharm [can do this](https://www.jetbrains.com/help/pycharm/move-refactorings.html), but of course PyCharm is not FOSS.- PyLance can do this, but PyLance itself is closed source, and does not work in Codium [after version 2023.6.40](https://github.com/VSCodium/vscodium/issues/1556).
- VS Codium supports Jedi, but from what I could tell, Jedi is not able to move symbols across files.
- Is there a way to add support for "move symbol" in Python code for VS Codium?
- PyCharm [can do this](https://www.jetbrains.com/help/pycharm/move-refactorings.html), but I am looking for a VSC solution.
- PyLance can do this, but PyLance itself is closed source, and does not work in Codium [after version 2023.6.40](https://github.com/VSCodium/vscodium/issues/1556).
- VS Codium supports Jedi, but from what I could tell, Jedi is not able to move symbols across files.
#2: Post edited
- Is there a way to add support for "move symbol" in Python code for VS Codium?
- PyCharm [can do this](https://www.jetbrains.com/help/pycharm/move-refactorings.html), but of course PyCharm is not FOSS.
- VS Codium supports Jedi, but from what I could tell, Jedi is not able to move symbols across files.
- Is there a way to add support for "move symbol" in Python code for VS Codium?
- PyCharm [can do this](https://www.jetbrains.com/help/pycharm/move-refactorings.html), but of course PyCharm is not FOSS.
- PyLance can do this, but PyLance itself is closed source, and does not work in Codium [after version 2023.6.40](https://github.com/VSCodium/vscodium/issues/1556).
- VS Codium supports Jedi, but from what I could tell, Jedi is not able to move symbols across files.
#1: Initial revision
"Move symbol" refactor for Python in Visual Studio Codium
Is there a way to add support for "move symbol" in Python code for VS Codium? PyCharm [can do this](https://www.jetbrains.com/help/pycharm/move-refactorings.html), but of course PyCharm is not FOSS. VS Codium supports Jedi, but from what I could tell, Jedi is not able to move symbols across files.