Replies: 3 comments 2 replies
-
You can either create a LemMinX extension (independently of Eclispe IDE) and then add this extension (jar files) to the LemMinX instead started by Wild Web Developer using dedicated extension point from Wild Web Developer. |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot for your help guys! |
Beta Was this translation helpful? Give feedback.
-
You need to register your leminx JAR with wwd lemminx extension point. It should look like this: <extension
point="org.eclipse.wildwebdeveloper.xml.lemminxExtension">
<jar
path="lemminx_bruk.jar>
</jar>
</extension> |
Beta Was this translation helpful? Give feedback.
-
Hi I need to add a content assist in one of the attributes in XML elements.
It's a POS tag for a word so I'd need to generate it dynamically. I can write Java code and I am a bit familiar with Eclipse plugin development but would appreciate if somebody can point me on which part of wildwebdeveloper I'd need to tweak.
Beta Was this translation helpful? Give feedback.
All reactions