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

add todo

Changed files
+5
packages
graphqlsp
src
+5
packages/graphqlsp/src/index.ts
···
);
};
+
// TODO: check out the following hooks
+
// - getSuggestionDiagnostics, can suggest refactors
+
// - getCompletionEntryDetails, this can build on the auto-complete for more information
+
// - getCodeFixesAtPosition
+
logger('proxy: ' + JSON.stringify(proxy));
return proxy;