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. |
|
Thanks a lot for your help guys! |
|
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> |
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions