8000 Tags · codemirror/autocomplete · GitHub
[go: up one dir, main page]

Skip to content

Tags: codemirror/autocomplete

Tags

6.18.6

Toggle 6.18.6's commit message
Version 6.18.6

### Bug fixes

Fix an issue where the closing character for double-angle quotation marks and full-width brackets was computed incorrectly.

6.18.5

Toggle 6.18.5's commit message
Version 6.18.5

### Bug fixes

Fix an issue where clicking on the scrollbar for the completion list could move focus out of the editor.

6.18.4

Toggle 6.18.4's commit message
Version 6.18.4

### Bug fixes

Align the behavior of snippet completions with text completions in that they overwrite the selected text.

6.18.3

Toggle 6.18.3's commit message
Version 6.18.3

### Bug fixes

Backspacing to the start of the completed range will no longer close the completion tooltip when it was triggered implicitly by typing the character before that range.

6.18.2

Toggle 6.18.2's commit message
Version 6.18.2

### Bug fixes

Don't immediately show synchronously updated completions when there are some sources that still need to return.

6.18.1

Toggle 6.18.1's commit message
Version 6.18.1

### Bug fixes

Fix an issue where `insertCompletionText` would get confused about the length of the inserted text when it contained CRLF line breaks, and create an invalid selection.

Add Alt-Backtick as additional binding on macOS, where IME can take over Ctrl-Space.

6.18.0

Toggle 6.18.0's commit message
Version 6.18.0

### Bug fixes

Style the info element so that newlines are preserved, to make it easier to display multi-line info from a string source.

### New features

When registering an `abort` handler for a completion query, you can now use the `onDocChange` option to indicate that your query should be aborted as soon as the document changes while it is running.

6.17.0

Toggle 6.17.0's commit message
Version 6.17.0

### Bug fixes

Fix an issue where completions weren't properly reset when starting a new completion through `activateOnCompletion`.

### New features

`CompletionContext` objects now have a `view` property that holds the editor view when the query context has a view available.

6.16.3

Toggle 6.16.3's commit message
Version 6.16.3

### Bug fixes

Avoid adding an `aria-autocomplete` attribute to the editor when there are no active sources active.

6.16.2

Toggle 6.16.2's commit message
Version 6.16.2

### Bug fixes

Allow backslash-escaped closing braces inside snippet field names/content.
0