eclipse / dartboard

Dart Plugin for Eclipse
https://marketplace.eclipse.org/content/dart-plugin-eclipse-0
Eclipse Public License 2.0
56 stars 20 forks source link

Expose opened file in the startup of the language server #165

Open jonas-jonas opened 4 years ago

jonas-jonas commented 4 years ago

Currently there is no way of "attaching" a language server to more than a content type. For Flutter this needs to be done as Flutter ships its own SDK and we need to decide which language server to start up upon opening of a file, which is not possible right now.

Work needs to be done in LSP4E. I opened https://bugs.eclipse.org/bugs/show_bug.cgi?id=552987 for that.