xml - Registering a bunch of custom schemas in IntelliJ -
i have bunch of custom xsd schemas in 1 of sub-modules other modules depends on. i'm start heavy xml development i'd know if there way auto-register namespaces inside these schemas intellij idea xml editors?
i know can register each namespace 1 one through resources settings, since have many namespaces i'm looking way i.e. register them @ once.
i.e. right click schema , select "register namespaces" type of thing...
br
if schema visible internet - can set cursor on xmlns element, press alt+enter
, choose fetch external resource
. should automatically added resource.
upd.
ok, far know can't add pack of xsd's - one. think can more comfortable add them via text editor.
open userfolder\.intellijidea10\config\options\other.xml
and find there tag
<component name="com.intellij.javaee.externalresourcemanagerimpl"> <resource url="urn:ui:com.google.gwt.uibinder" location="d:\..."/>
hth
Comments
Post a Comment