-
Notifications
You must be signed in to change notification settings - Fork 185
Open
Labels
sublime issueIssues related to shortcomings or bugs in the ST APIIssues related to shortcomings or bugs in the ST API
Description
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: LSP Typescript is really slow on large projects LSP-typescript#129
- Upstream issue: [ST4] Cancel pending completion future when one of the items in auto_complete_triggers matches sublimehq/sublime_text#3796
Completions: Large number of completions slows down editor
- LSP-typescript issue: LSP Typescript is really slow on large projects LSP-typescript#129
- Upstream issue: Processing large number of completions blocks the main ST process sublimehq/sublime_text#6249
Semantic Highlighting: missing API for a clean and non-hacky implementation
- LSP issue: ST API: Missing support for textDocument/semanticHighlighting #887
- LSP issue: Search highlight mostly hidden when semantic highlighting enabled #2522
- Upstream issue: Allow plugins to change foreground text color through manually adding regions sublimehq/sublime_text#817
LSP not initialized on views that are opened multiple times
- LSP issue: side_by_side feature sometimes works #1979
- Upstream issue: Several ViewEventListener handlers do not work for duplicate view via Goto Anything sublimehq/sublime_text#2411
Signature Help hides itself too easily
- Upstream issue: Popup with COOPERATE_WITH_AUTO_COMPLETE closes at unexpected times sublimehq/sublime_text#5518
Completions: DYNAMIC_COMPLETIONS
flag inhibits snippets in some cases
- LSP issue: LSP with pyright seems to ignore snippets? #1640
- Upstream issue: DYNAMIC_COMPLETIONS flag inhibits snippets in some cases sublimehq/sublime_text#4084
Completions: Filtering with custom completion prefix
- LSP issue: Completion textEdit range not being honored by filter #976
- Upstream issue: [ST4] [AC] Replacement regions and prefix filtering sublimehq/sublime_text#3990
- Upstream issue 2: Some completions not shown on pressing dot while handling dynamic completions sublimehq/sublime_text#4855
Completions: missing "selected" event when changing selection in completions list
- LSP issue: Auto-show completion documentation after triggering once #1421
- Upstream issue: "selected" event when navigating completion list sublimehq/sublime_text#3298
Issues with phantoms used for Inlay Hints
- LSP-rust-analyzer issue: inlay hints should disappear if the region they're attached to is removed #2038
- Upstream issues:
- Need inline phantoms to be able to position themselves to the right of the existing region (
sublime.LAYOUT_INLINE_RIGHT
) sublimehq/sublime_text#4575 - Make phantoms work better with inline(ghost) text sublimehq/sublime_text#5536
- Phantoms with empty regions are not removed when encompassing selection is deleted sublimehq/sublime_text#5410
- Need inline phantoms to be able to position themselves to the right of the existing region (
No support for strike-through font style in editor/minihtml
- Upstream issue: Add support for strikethrough/line-through text decoration sublimehq/sublime_text#5538
Viewport jumping on applying edits
- LSP issue: Applying large text edits results in the viewport shifting to the right #1146
- Upstream issue: Consider minimizing cursor and scroll jumping on buffer mutations such as "view.replace" sublimehq/sublime_text#4144
Hover popup does not render images from the internet
- LSP issue: Hover popup does not render images from the internet #1363
- Upstream issue: show_popup doesn't display remote images sublimehq/sublime_text#1378
Select and copy popup text
- LSP issue: Enable text selection and copying in LSP pop-up #2600
- Upstream issue: [Feature request] Select and copy popup text sublimehq/sublime_text#1649
File watcher API
- LSP issue: ST API: Missing support for workspace/didChangeWatchedFiles #892
- Upstream issue: Listen for when a resource changes sublimehq/sublime_text#2669
Folding Regions Provider
- Upstream issue: Folding range provider API sublimehq/sublime_text#3389
predragnikolic, alecmev, FichteFoll, jvican, WangWei90 and 4 morerwols, genericptr, jvican, saveman71 and juliangarnier
Metadata
Metadata
Assignees
Labels
sublime issueIssues related to shortcomings or bugs in the ST APIIssues related to shortcomings or bugs in the ST API