-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to rename a namespace. #366
Comments
+1 ! |
NikolasKomonen
pushed a commit
to NikolasKomonen/lsp4xml
that referenced
this issue
May 29, 2019
Fixes eclipse-lemminx#366 Can rename namespace declaration and all will change, renaming element with namespace does not wipe namespace, attribute values referencing a namespace will update if necessary Signed-off-by: Nikolas <nikolaskomonen@gmail.com>
NikolasKomonen
pushed a commit
to NikolasKomonen/lsp4xml
that referenced
this issue
May 29, 2019
Fixes eclipse-lemminx#366 Can rename namespace declaration and all will change, renaming element with namespace does not wipe namespace, attribute values referencing a namespace will update if necessary Signed-off-by: Nikolas <nikolaskomonen@gmail.com>
NikolasKomonen
pushed a commit
to NikolasKomonen/lsp4xml
that referenced
this issue
May 29, 2019
Fixes eclipse-lemminx#366 Can rename namespace declaration and all will change, renaming element with namespace does not wipe namespace, attribute values referencing a namespace will update if necessary Signed-off-by: Nikolas <nikolaskomonen@gmail.com>
NikolasKomonen
pushed a commit
to NikolasKomonen/lsp4xml
that referenced
this issue
May 29, 2019
Fixes eclipse-lemminx#366 Can rename namespace declaration and all will change, renaming element with namespace does not wipe namespace, attribute values referencing a namespace will update if necessary Signed-off-by: Nikolas <nikolaskomonen@gmail.com>
NikolasKomonen
pushed a commit
to NikolasKomonen/lsp4xml
that referenced
this issue
May 29, 2019
Fixes eclipse-lemminx#366 Can rename namespace declaration and all will change, renaming element with namespace does not wipe namespace, attribute values referencing a namespace will update if necessary Signed-off-by: Nikolas <nikolaskomonen@gmail.com>
NikolasKomonen
pushed a commit
to NikolasKomonen/lsp4xml
that referenced
this issue
May 30, 2019
Fixes eclipse-lemminx#366 Can rename namespace declaration and all will change, renaming element with namespace does not wipe namespace, attribute values referencing a namespace will update if necessary Signed-off-by: Nikolas <nikolaskomonen@gmail.com>
angelozerr
added a commit
that referenced
this issue
May 31, 2019
Fixes #366 Can rename namespace declaration and all will change, renaming element with namespace does not wipe namespace, attribute values referencing a namespace will update if necessary Signed-off-by: Nikolas <nikolaskomonen@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the main namespace name is highlighted, and rename is called on it, replace all instances of it in the element names.
eg:
The text was updated successfully, but these errors were encountered: