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.
Comments on "Move symbol" refactor for Python in Visual Studio Codium
Post
"Move symbol" refactor for Python in Visual Studio Codium
+2
−0
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, and does not work in Codium after version 2023.6.40.
VS Codium supports Jedi, but from what I could tell, Jedi is not able to move symbols across files.
1 comment thread