Change xml attribute value Permanently deleted user 创建于 2007年05月18日 12:05 I need to replace the xml attribute value (in the current editor, in the specified position). Is the code below correct?How to modify the xml attribute value through corresponding PsiElement?
I use following code in my plugin.
((XmlAttribute) xmlAttributeValue.getParent()).setValue("");