Does SQL Developer for VS Code support any kind of PL/SQL code refactoring? (I keep getting “no refactoring available”)
If so, what kind? links?
I'm mainly looking for the ability to move a segment of code into it's own procedure. In some cases, the code is already in a <<labeled>>
PL/SQL block.
It would be nice to move it to a new/existing Package … with an accessible by ()
clause.