We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0103f18 commit 3bae152Copy full SHA for 3bae152
src/configurationType.ts
@@ -131,6 +131,8 @@ export type Configuration = {
131
/** Diagnostics (if not handled by eslint) & completions */
132
// 'dotImportsMap.enable': boolean,
133
/**
134
+ * One of the most powerful setting here. It lets you remove/edit any suggestion that comes from TS.
135
+ * **Please** try to always specify kind (e.g. variable) of the suggestion to ensure you don't remove word-suggestion or postfix snippet
136
* @default []
137
*/
138
replaceSuggestions: ReplaceRule[]
0 commit comments