LSP icon indicating copy to clipboard operation
LSP copied to clipboard

Blocking upstream issues / features

Open rchl opened this issue 1 year ago • 3 comments

List of all the issues that Sublime Text is blocking us on in the hope that it would give those issues more visibility and priority.

Feel free to add more or remind about existing items.

Completions: Can't cancel pending completion request

  • LSP-typescript issue: https://github.com/sublimelsp/LSP-typescript/issues/129
  • Upstream issue: https://github.com/sublimehq/sublime_text/issues/3796

Completions: Large number of completions slows down editor

  • LSP-typescript issue: https://github.com/sublimelsp/LSP-typescript/issues/129
  • Upstream issue: https://github.com/sublimehq/sublime_text/issues/6249

Semantic Highlighting: missing API for a clean and non-hacky implementation

  • LSP issue: https://github.com/sublimelsp/LSP/issues/887
  • Upstream issue: https://github.com/sublimehq/sublime_text/issues/817

LSP not initialized on views that are opened multiple times

  • LSP issue: https://github.com/sublimelsp/LSP/issues/1979
  • Upstream issue: https://github.com/sublimehq/sublime_text/issues/2411

on_post_move_async event doesn't trigger when file is moved out of the current window

  • LSP issue: https://github.com/sublimelsp/LSP/issues/1791
  • Upstream issue: https://github.com/sublimehq/sublime_text/issues/4630

Signature Help hides itself too easily

  • Upstream issue: https://github.com/sublimehq/sublime_text/issues/5518

Completions: DYNAMIC_COMPLETIONS flag inhibits snippets in some cases

  • LSP issue: https://github.com/sublimelsp/LSP/issues/1640
  • Upstream issue: https://github.com/sublimehq/sublime_text/issues/4084

Completions: Filtering with custom completion prefix

  • LSP issue: https://github.com/sublimelsp/LSP/issues/976
  • Upstream issue: https://github.com/sublimehq/sublime_text/issues/3990
  • Upstream issue 2: https://github.com/sublimehq/sublime_text/issues/4855

Completions: missing "selected" event when changing selection in completions list

  • LSP issue: https://github.com/sublimelsp/LSP/issues/1421
  • Upstream issue: https://github.com/sublimehq/sublime_text/issues/3298

Issues with phantoms used for Inlay Hints

  • LSP-rust-analyzer issue: https://github.com/sublimelsp/LSP/issues/2038
  • Upstream issues:
    • https://github.com/sublimehq/sublime_text/issues/4575
    • https://github.com/sublimehq/sublime_text/issues/5536
    • https://github.com/sublimehq/sublime_text/issues/5410

No support for strike-through font style in editor/minihtml

  • Upstream issue: https://github.com/sublimehq/sublime_text/issues/5538

Viewport jumping on applying edits

  • LSP issue: https://github.com/sublimelsp/LSP/issues/1146
  • Upstream issue: https://github.com/sublimehq/sublime_text/issues/4144

Hover popup does not render images from the internet

  • LSP issue: https://github.com/sublimelsp/LSP/issues/1363
  • Upstream issue: https://github.com/sublimehq/sublime_text/issues/1378

File watcher API

  • LSP issue: https://github.com/sublimelsp/LSP/issues/892
  • Upstream issue: https://github.com/sublimehq/sublime_text/issues/2669

Folding Regions Provider

  • Upstream issue: https://github.com/sublimehq/sublime_text/issues/3389

rchl avatar Jul 28 '22 21:07 rchl

Another one you can add:

  • LSP issue: https://github.com/sublimelsp/LSP/issues/1363
  • Upstream issue: https://github.com/sublimehq/sublime_text/issues/1378

Btw in "Completions: initial $ not considered..." the upstream issue is listed twice.

jwortmann avatar Aug 04 '22 14:08 jwortmann

Added

  • LSP-typescript issue: https://github.com/sublimelsp/LSP-typescript/issues/129
  • Upstream issue: https://github.com/sublimehq/sublime_text/issues/3796

rchl avatar Aug 06 '22 09:08 rchl

Some more:

Render diagnostics with "Deprecated" tag with strikethrough

Upstream issue: https://github.com/sublimehq/sublime_text/issues/5538


Register view in a non-hacky way when tab is moved to create new window

LSP issue: https://github.com/sublimelsp/LSP/issues/1791 Upstream issue: https://github.com/sublimehq/sublime_text/issues/4630

jwortmann avatar Aug 31 '22 14:08 jwortmann