Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codemirror/autocomplete
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.18.6
Choose a base ref
...
head repository: codemirror/autocomplete
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.19.0
Choose a head ref
  • 7 commits
  • 7 files changed
  • 1 contributor

Commits on Mar 5, 2025

  1. Configuration menu
    Copy the full SHA
    1c0d160 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2025

  1. Configuration menu
    Copy the full SHA
    10ea060 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2025

  1. Add Alt-i as a key for startCompletion

    FIX: Add a binding for Alt-i to trigger `startCompletion`, following VS Code's
    current default bindings.
    
    See https://discuss.codemirror.net/t/mac-autocomplete-keybinding-outdated/9135
    marijnh committed Apr 13, 2025
    Configuration menu
    Copy the full SHA
    ab0a899 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. Support nested snippet fields

    FIX: Improve handling of nested fields in snippets.
    
    Closes codemirror/dev#1607
    marijnh committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    0b3a0a9 View commit details
    Browse the repository at this point in the history
  2. Mark version 6.18.7

    marijnh committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    0e49b08 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

  1. Allow completion sections to have a dynamic rank

    FEATURE: Completion sections may now set their rank to `dynamic` to indicate
    their order should be determined by the matching score of their best-matching option.
    
    See https://discuss.codemirror.net/t/autocompletion-rank-sections-based-on-filter-matches/9502
    marijnh committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    9be8852 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2025

  1. Mark version 6.19.0

    marijnh committed Sep 26, 2025
    Configuration menu
    Copy the full SHA
    27bbf99 View commit details
    Browse the repository at this point in the history
Loading