java.lang.Object
com.github._1c_syntax.bsl.languageserver.utils.RelatedInformation
public class RelatedInformation
extends Object
-
Method Summary
static org.eclipse.lsp4j.DiagnosticRelatedInformation
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
create
public static org.eclipse.lsp4j.DiagnosticRelatedInformation create(URI uri,
org.eclipse.lsp4j.Range range,
String message)