Mirror: TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add todo

+5
+5
packages/graphqlsp/src/index.ts
··· 125 125 ); 126 126 }; 127 127 128 + // TODO: check out the following hooks 129 + // - getSuggestionDiagnostics, can suggest refactors 130 + // - getCompletionEntryDetails, this can build on the auto-complete for more information 131 + // - getCodeFixesAtPosition 132 + 128 133 logger('proxy: ' + JSON.stringify(proxy)); 129 134 130 135 return proxy;