🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@codemirror/autocomplete

Package Overview
Dependencies
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemirror/autocomplete - npm Package Versions

2345
9

6.18.6

Diff
marijn
published 6.18.6 •

Changelog

Source

6.18.6 (2025-02-12)

Bug fixes

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

marijn
published 6.18.5 •

Changelog

Source

6.18.5 (2025-02-11)

Bug fixes

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

marijn
published 6.18.4 •

Changelog

Source

6.18.4 (2024-12-17)

Bug fixes

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

marijn
published 6.18.3 •

Changelog

Source

6.18.3 (2024-11-13)

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.

marijn
published 6.18.2 •

Changelog

Source

6.18.2 (2024-10-30)

Bug fixes

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

marijn
published 6.18.1 •

Changelog

Source

6.18.1 (2024-09-14)

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.

marijn
published 6.18.0 •

Changelog

Source

6.18.0 (2024-08-05)

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.

marijn
published 6.17.0 •

Changelog

Source

6.17.0 (2024-07-03)

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.

marijn
published 6.16.3 •

Changelog

Source

6.16.3 (2024-06-19)

Bug fixes

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

marijn
published 6.16.2 •

Changelog

Source

6.16.2 (2024-05-31)

Bug fixes

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

2345
9