Hovers navigation for theia-spring-boot
This commit is contained in:
@@ -23,6 +23,7 @@ public class LspClient {
|
||||
VSCODE,
|
||||
ECLIPSE,
|
||||
ATOM,
|
||||
THEIA,
|
||||
INTELLIJ
|
||||
}
|
||||
|
||||
|
||||
@@ -52,6 +52,7 @@ public final class SourceLinkFactory {
|
||||
public static SourceLinks createSourceLinks(BootJavaLanguageServerComponents server) {
|
||||
switch (LspClient.currentClient()) {
|
||||
case VSCODE:
|
||||
case THEIA:
|
||||
return new VSCodeSourceLinks(server);
|
||||
case ECLIPSE:
|
||||
return new EclipseSourceLinks();
|
||||
|
||||
Reference in New Issue
Block a user