| Commit message (Expand) | Author | Age |
* | fix: decode lsp url for workspace_diagnostics_picker (#6016) | Erasin | 2023-02-16 |
* | Negotiate LSP Position Encoding (#5894) | Pascal Kuthe | 2023-02-11 |
* | Support goto-declaration LSP command (#5646) | Ole Krüger | 2023-01-31 |
* | Remove apply_transaction helper (#5598) | Ivan Tham | 2023-01-21 |
* | Replace menu::Item::{row, label} with format() | Gokul Soumya | 2023-01-18 |
* | workspace symbols: Default to empty Vec on None | Michael Davis | 2022-12-15 |
* | Re-request workspace symbols on keypress in picker | Gokul Soumya | 2022-12-15 |
* | Fix nightly clippy lints (#4954) | Tshepang Mbambo | 2022-12-01 |
* | Call View::apply within Document::append_changes_to_history | Michael Davis | 2022-11-29 |
* | lsp: Check server provider capabilities (#3554) | Michael Davis | 2022-11-22 |
* | Add preview for scratch buffers in buffer picker (#3454) | A-Walrus | 2022-11-21 |
* | Popup scrollbar (#4449) | Manos Mertzianis | 2022-11-15 |
* | Add LSP workspace command picker (#3140) | Matthias Deiml | 2022-11-09 |
* | Resolve a bunch of upcoming clippy lints | Blaž Hrastnik | 2022-11-04 |
* | fix: Never create automatic doc popups outside of Insert mode (#4456) | Poliorcetics | 2022-10-28 |
* | nit: Do less allocations in `ui::menu::Item::label` implementations | Alexis (Poliorcetics) Bourget | 2022-10-21 |
* | Sort by fixed diagnostics/is_preffered within codeaction categories | Pascal Kuthe | 2022-10-21 |
* | never sort menu items when no fuzzy matching is possible | Pascal Kuthe | 2022-10-21 |
* | use permalink to vscode repo | Pascal Kuthe | 2022-10-21 |
* | use stable sort instead of allocating new vectors | Pascal Kuthe | 2022-10-21 |
* | sort codeaction by their kind instead of alphabetically | Pascal Kuthe | 2022-10-21 |
* | Add a helper function for applying transactions | Michael Davis | 2022-10-11 |
* | Apply transactions to Views | Michael Davis | 2022-10-11 |
* | Remove border from code actions popup (#3444) | A-Walrus | 2022-09-13 |
* | Derive Document language name from languages.toml name key (#3338) | Michael Davis | 2022-08-30 |
* | Fix byte index error in signature help highlighting | Gokul Soumya | 2022-07-29 |
* | Add lsp signature help (#1755) | Gokul Soumya | 2022-07-19 |
* | support prefilling prompt (#2459) | Bob | 2022-07-18 |
* | Show file path only in workspace diagnostic picker | Gokul Soumya | 2022-07-06 |
* | Display error code only if not none | Gokul Soumya | 2022-07-06 |
* | Display diagnostic text before code in picker | Gokul Soumya | 2022-07-06 |
* | Remove source from diagnostic picker display | Gokul Soumya | 2022-07-06 |
* | Reuse menu::Item trait in picker (#2814) | Gokul Soumya | 2022-07-02 |
* | Add workspace and document diagnostics picker (#2013) | Falco Hirschenberger | 2022-06-30 |
* | feat: highlight / select symbol under cursor using LSP textDocument/documentH... | lazytanuki | 2022-06-27 |
* | Remove a couple more unwraps | Blaž Hrastnik | 2022-06-21 |
* | Merge pull request #2359 from dead10ck/test-harness | Blaž Hrastnik | 2022-06-21 |
|\ |
|
| * | Add more context; Editor::open doesn't need to own path | Skyler Hawthorne | 2022-06-19 |
* | | Refactor Margin for fine grained control (#2727) | Gokul Soumya | 2022-06-21 |
|/ |
|
* | Add docstring for language_server!() macro (#2750) | Gokul Soumya | 2022-06-12 |
* | Refactor push_jump so we're not needlessly fetching doc twice | Blaž Hrastnik | 2022-06-06 |
* | Avoid modifying jumplist until jumping to ref (#2670) | yzwduck | 2022-06-05 |
* | fix: lsp: be more defensive about URI conversions | Blaž Hrastnik | 2022-06-02 |
* | fix: lsp: be more defensive about URI conversions | Blaž Hrastnik | 2022-06-02 |
* | Improve Readability (#2639) | Ryan Russell | 2022-06-01 |
* | chore(lsp): check rename capabilities before send rename action (#2203) | ttys3 | 2022-04-23 |
* | Send active diagnostics to LSP when requesting code actions. (#2005) | Robin Jadoul | 2022-04-17 |
* | Address clippy lint | Blaž Hrastnik | 2022-03-28 |
* | Make truncate_start a builder method instead | Blaž Hrastnik | 2022-03-28 |
* | Remove more push_layer calls | Blaž Hrastnik | 2022-03-28 |