Move and Rename refactorings #3269
Unanswered
mattiagiannaccari
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I'm trying to write a python client that uses JDT LS in order to perform some refactorings on a java project.
In particular, I would like to implement a feature to move java members (classes from one package to another and fields/methods from one class to another) and to rename packages.
I managed to communicate with the server but when I try to get the available codeActions on any member (a method for example), I do not see anything about moving or renaming. Am I missing something in the configuration part (such as enabling pug-ins or stuff like that) or in the initialization part? Also I cannot find a documentation apart from some readme and some information in the wiki, do you have useful resources?
Thanks (:
This is the command that I am using to start the LS:
and these are the parameters sent along with the
initialize
message.Beta Was this translation helpful? Give feedback.
All reactions