Skip to content

Commit da81530

Browse files
authored
docs(monaco-language-apidom): document completion filter option (#4289)
Refs #4216
1 parent fd6dcdf commit da81530

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/plugins/editor-monaco-language-apidom/language/ApiDOMWorker.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ export class ApiDOMWorker {
1313
},
1414
completionContext: {
1515
maxNumberOfItems: 100,
16+
// ENABLE to have "strict" word filtering (instead of default Monaco fuzzy matching)
17+
// see https://github.com/swagger-api/apidom/pull/2954
18+
// enableLSPFilter: true,
1619
},
1720
};
1821

0 commit comments

Comments
 (0)