Closed Achal1607 closed 1 year ago
When we currently rename any class inside the vscode editor, it refactors the file name, class name and other places where the class name is used, but it doesn't update the pom.xml in a maven project. So, this PR tries to address that issue.
For more info : https://github.com/oracle/javavscode/issues/30
ran a quick test and it worked great, thanks! merging.
When we currently rename any class inside the vscode editor, it refactors the file name, class name and other places where the class name is used, but it doesn't update the pom.xml in a maven project. So, this PR tries to address that issue.
For more info : https://github.com/oracle/javavscode/issues/30