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 8cddcf6 commit 8e1c4c6Copy full SHA for 8e1c4c6
config.md
@@ -361,9 +361,9 @@ call to a function. Here are the valid values and examples of the
361
corresponding behaviour, assuming a function `foo(int arg)` exists
362
(`^` represents the cursor position):
363
364
-- `None`: `fo^` completes to `foo`
365
-- `OpenDelimeter`: `fo^` completes to `foo(^`
366
-- `Delimeters`: `fo^` completes to `foo(^)`
+- `None`: `fo^` completes to `foo^`
+- `OpenDelimiter`: `fo^` completes to `foo(^`
+- `Delimiters`: `fo^` completes to `foo(^)`
367
- `FullPlaceholders`: `fo^` completes to `foo(int arg)`, with `int arg` selected
368
369
The default is `FullPlaceholders`.
0 commit comments