Skip to content

Commit 3bae152

Browse files
committed
docs: add description for replaceSuggestions
1 parent 0103f18 commit 3bae152

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/configurationType.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ export type Configuration = {
131131
/** Diagnostics (if not handled by eslint) & completions */
132132
// 'dotImportsMap.enable': boolean,
133133
/**
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
134136
* @default []
135137
*/
136138
replaceSuggestions: ReplaceRule[]

0 commit comments

Comments
 (0)