Screenshots for Theia extension readme files
@@ -18,6 +18,8 @@ import java.util.Set;
|
||||
|
||||
import org.eclipse.lsp4j.CompletionItemKind;
|
||||
import org.eclipse.lsp4j.InitializeParams;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
import org.springframework.ide.vscode.boot.BootLanguageServerParams;
|
||||
import org.springframework.ide.vscode.boot.java.annotations.AnnotationHierarchyAwareLookup;
|
||||
import org.springframework.ide.vscode.boot.java.autowired.AutowiredHoverProvider;
|
||||
@@ -86,6 +88,8 @@ public class BootJavaLanguageServerComponents implements LanguageServerComponent
|
||||
|
||||
private static final Set<LanguageId> LANGUAGES = ImmutableSet.of(LanguageId.JAVA);
|
||||
|
||||
private static final Logger log = LoggerFactory.getLogger(BootJavaLanguageServerComponents.class);
|
||||
|
||||
private final SimpleLanguageServer server;
|
||||
private final BootLanguageServerParams serverParams;
|
||||
private final SpringIndexer indexer;
|
||||
@@ -141,8 +145,12 @@ public class BootJavaLanguageServerComponents implements LanguageServerComponent
|
||||
// if (testHightlighter != null) {
|
||||
// getClient().highlight(new HighlightParams(params.getDocument().getId(), testHightlighter.apply(doc)));
|
||||
// } else {
|
||||
try {
|
||||
liveHoverWatchdog.watchDocument(doc.getUri());
|
||||
liveHoverWatchdog.update(doc.getUri(), null);
|
||||
} catch (Throwable t) {
|
||||
log.error("", t);
|
||||
}
|
||||
// }
|
||||
});
|
||||
|
||||
|
||||
BIN
theia-extensions/theia-bosh/bosh/readme-imgs/ca-1.png
Normal file
|
After Width: | Height: | Size: 139 KiB |
BIN
theia-extensions/theia-bosh/bosh/readme-imgs/ca-2.png
Normal file
|
After Width: | Height: | Size: 142 KiB |
BIN
theia-extensions/theia-bosh/bosh/readme-imgs/doc-symbol.png
Normal file
|
After Width: | Height: | Size: 135 KiB |
BIN
theia-extensions/theia-bosh/bosh/readme-imgs/hover.png
Normal file
|
After Width: | Height: | Size: 134 KiB |
BIN
theia-extensions/theia-bosh/bosh/readme-imgs/peek-definition.png
Normal file
|
After Width: | Height: | Size: 138 KiB |
BIN
theia-extensions/theia-bosh/bosh/readme-imgs/validation.png
Normal file
|
After Width: | Height: | Size: 152 KiB |
|
After Width: | Height: | Size: 111 KiB |
|
After Width: | Height: | Size: 122 KiB |
|
After Width: | Height: | Size: 125 KiB |
|
After Width: | Height: | Size: 154 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 145 KiB |
|
After Width: | Height: | Size: 178 KiB |
|
After Width: | Height: | Size: 72 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 167 KiB |
|
After Width: | Height: | Size: 246 KiB |
|
After Width: | Height: | Size: 74 KiB |
|
After Width: | Height: | Size: 31 KiB |