Skip to content

Clarification on plugin startup and class loading #1498

@kal-el11

Description

@kal-el11

I have written a plugin A which extends lemminx extension point "org.eclipse.wildwebdeveloper.xml.lemminxExtension". I hope xml language server is activated when an xml file is opened in editor.

<jar path="mydummy.jar" />

The language server loads the classes from the jar I have mentioned in the extension point. The language server runs as a separate process.

  1. Is it possible to activate the xml language server before opening a xml file?
  2. Can the plugin A access the classes from the jars mentioned in lemminx extension point?
    Please clarify.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions