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 a4fb397 commit 8dda533Copy full SHA for 8dda533
packages/apidom-ls/src/config/openapi/xml/completion.ts
@@ -49,6 +49,20 @@ const completion: ApidomCompletionItem[] = [
49
{ namespace: 'openapi', version: '3.0.3' },
50
],
51
},
52
+ {
53
+ label: 'prefix',
54
+ insertText: 'prefix ',
55
+ kind: 14,
56
+ format: CompletionFormat.QUOTED,
57
+ type: CompletionType.PROPERTY,
58
+ insertTextFormat: 2,
59
+ documentation: {
60
+ kind: 'markdown',
61
+ value:
62
+ 'The prefix to be used for the [name](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#xmlName).',
63
+ },
64
+ targetSpecs: [{ namespace: 'openapi', version: '3.1.0' }],
65
66
{
67
label: 'attribute',
68
insertText: 'attribute ',
0 commit comments