Socket
Socket
Sign inDemoInstall

@codemirror/autocomplete

Package Overview
Dependencies
4
Maintainers
2
Versions
75
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1345
8Next

6.11.0

Diff

Changelog

Source

6.11.0 (2023-11-09)

Bug fixes

Fix an issue that would prevent typing over closed brackets after starting a new line with enter.

New features

Additional elements rendered in completion options with addToOptions are now given access to the editor view.

marijn
published 6.10.2 •

Changelog

Source

6.10.2 (2023-10-13)

Bug fixes

Fix a bug that caused updateSyncTime to always delay the initial population of the tooltip.

marijn
published 6.10.1 •

Changelog

Source

6.10.1 (2023-10-11)

Bug fixes

Fix a bug where picking a selection with the mouse could use the wrong completion if the completion list was updated after being opened.

marijn
published 6.10.0 •

Changelog

Source

6.10.0 (2023-10-11)

New features

The new autocompletion configuration option updateSyncTime allows control over how long fast sources are held back waiting for slower completion sources.

marijn
published 6.9.2 •

Changelog

Source

6.9.2 (2023-10-06)

Bug fixes

Fix a bug in completeAnyWord that could cause it to generate invalid regular expressions and crash.

marijn
published 6.9.1 •

Changelog

Source

6.9.1 (2023-09-14)

Bug fixes

Make sure the cursor is scrolled into view after inserting completion text.

Make sure scrolling completions into view doesn't get confused when the tooltip is scaled.

marijn
published 6.9.0 •

Changelog

Source

6.9.0 (2023-07-18)

New features

Completions may now provide a displayLabel property that overrides the way they are displayed in the completion list.

marijn
published 6.8.1 •

Changelog

Source

6.8.1 (2023-06-23)

Bug fixes

acceptCompletion now returns false (allowing other handlers to take effect) when the completion popup is open but disabled.

marijn
published 6.8.0 •

Changelog

Source

6.8.0 (2023-06-12)

New features

The result of Completion.info may now include a destroy method that will be called when the tooltip is removed.

marijn
published 6.7.1 •

Changelog

Source

6.7.1 (2023-05-13)

Bug fixes

Fix a bug that cause incorrect ordering of completions when some results covered input text and others didn't.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc