public class FilePathCompletionParticipant extends CompletionParticipantAdapter
<item path="file:///C:/folder" /> <item path="file:///C:/folder file:///C:/file.txt" /> <item path="/folder" />
<!DOCTYPE parent SYSTEM "file.dtd">
| Constructor and Description |
|---|
FilePathCompletionParticipant(FilePathPlugin filePathPlugin) |
| Modifier and Type | Method and Description |
|---|---|
void |
onAttributeValue(String value,
ICompletionRequest request,
ICompletionResponse response,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
Collects and stores attribute value completion items within the provided
completion
response
response |
void |
onDTDSystemId(String value,
ICompletionRequest request,
ICompletionResponse response,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
Collects and stores systemId completion items within the provided completion
response
response |
void |
onXMLContent(ICompletionRequest request,
ICompletionResponse response,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) |
onAttributeName, onTagOpenclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResolveCompletionItemParticipantpublic FilePathCompletionParticipant(FilePathPlugin filePathPlugin)
public void onAttributeValue(String value, ICompletionRequest request, ICompletionResponse response, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) throws Exception
ICompletionParticipantresponseonAttributeValue in interface ICompletionParticipantonAttributeValue in class CompletionParticipantAdaptervalue - the attribute value before the offset in which completion
was invokedrequest - the completion requestresponse - the completion responseExceptionpublic void onXMLContent(ICompletionRequest request, ICompletionResponse response, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) throws Exception
onXMLContent in interface ICompletionParticipantonXMLContent in class CompletionParticipantAdapterExceptionpublic void onDTDSystemId(String value, ICompletionRequest request, ICompletionResponse response, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) throws Exception
ICompletionParticipantresponseonDTDSystemId in interface ICompletionParticipantonDTDSystemId in class CompletionParticipantAdaptervalue - the systemId value before the offset in which completion
was invokedrequest - the completion requestresponse - the completion responseExceptionCopyright © 2024. All rights reserved.