Skip to content
Snippets Groups Projects
Commit a1fca460 authored by SeeBasTStick's avatar SeeBasTStick
Browse files

added sound word completion

parent cd83bbc3
No related branches found
No related tags found
No related merge requests found
......@@ -204,6 +204,10 @@ connection.onCompletion(
);
//Can be used to enrich completion with more infos
connection.onCompletionResolve(
(item : CompletionItem) => {return item})
// for open, change and close text document events
documents.listen(connection);
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment