about summary refs log tree commit diff
path: root/editors/code/src/lsp_ext.ts
AgeCommit message (Expand)AuthorLines
2023-05-02fixing TS linting, removing importBruno Ortiz-1/+0
2023-05-02Accepting review suggestionsBruno Ortiz-0/+1
2023-05-02accepting review suggestionsBruno Ortiz-2/+2
2023-05-02Fixing naming from graph to listBruno Ortiz-6/+6
2023-05-02WIP: Add lsp-ext scaffoldLukas Wirth-0/+16
2023-05-02WIP: Add lsp-ext scaffoldLukas Wirth-0/+16
2023-05-02Highlight closure captures when cursor is on pipeLukas Wirth-6/+3
2023-05-01MIR episode 4hkalbasi-0/+3
2023-03-26finish renaming `rust-analyzer/reloadProcMacros` to `rust-analyzer/rebuildPro...David Barsky-1/+1
2023-03-26Handle proc macro fetching via OpQueueLukas Wirth-1/+1
2023-03-25Add lsp command for rebuilding proc macrosLukas Wirth-0/+1
2023-03-13Remove `rust-analyzer/addProject` in favor of notifying r-a that configuratio...David Barsky-5/+0
2023-03-13fmtDavid Barsky-1/+1
2023-03-13This commit add Cargo-style project discovery for Buck and Bazel users.David Barsky-0/+6
2023-03-06Add `View Mir` command and fix some bugshkalbasi-0/+3
2023-01-23🧹 lsp_ext.tsLukas Wirth-134/+107
2023-01-23Add a 'open server logs' button to the error notificationLukas Wirth-0/+1
2022-12-17Add a command to clear flycheck diagnosticsLukas Wirth-1/+1
2022-12-17Make cancelFlycheck request a notificationLukas Wirth-1/+1
2022-12-16Add command for manually running flychecksLukas Wirth-0/+4
2022-08-19Implement lsp extension for cancelling running flychecksLukas Wirth-13/+17
2022-05-17prettier runAndrei Listochkin-19/+55
2022-04-08Switch to LSP inlay hintsLaurențiu Nicola-7/+0
2022-03-31Add "view file text" command to debug sync issuesJonas Schievink-0/+2
2022-03-07Update LSP docsLaurențiu Nicola-1/+1
2022-03-04Add log messagesLaurențiu Nicola-1/+1
2022-03-04Add experimental VSCode apiKirill Bulatov-16/+2
2021-12-20Bump vscode in package.jsonLaurențiu Nicola-1/+1
2021-12-07internal: add "Shuffle Crate Graph" commandJonas Schievink-0/+1
2021-10-14Provide navigations to parent modulesrainy-me-1/+1
2021-07-27docs: Update the lsp-extensions.md with the Hover Range capabilityAlexander Gonzalez-1/+1
2021-07-27refactor: Make handle_hover handle ranges tooAlexander Gonzalez-3/+3
2021-07-27feat: Completed the client side implementation of rust-analyzer/hoverRangeAlexander Gonzalez-0/+7
2021-07-02Add "View Crate Graph (Full)"Jonas Schievink-1/+5
2021-05-21Add a "Debug ItemTree" LSP requestJonas Schievink-0/+6
2021-05-11Allow viewing the crate graph in a webviewJonas Schievink-0/+2
2021-04-14Move cursor position when using item moversJonas Schievink-1/+1
2021-04-06Sacrifice for the semicolon godAleksey Kladov-3/+3
2021-04-06More robust status notificationsAleksey Kladov-4/+5
2021-03-18Fix tsfmt and eslint warningsivan770-3/+3
2021-03-18Remove movable array, improve client codeivan770-1/+1
2021-03-18Item up and down moversivan770-0/+13
2021-03-11Apply review suggestionsvsrs-4/+1
2021-02-27Remove erroneous commentvsrs-1/+1
2021-02-27Add LSP request and VSCode commandvsrs-0/+9
2021-01-29Update vscode for new statusEdwin Cheng-1/+1
2020-12-28Initial implementation of view-hir commandPhil Ellison-0/+1
2020-11-12add open Cargo.toml actionAnatol Liu-0/+6
2020-11-10Switch to upstream protocol for resolving code actionAleksey Kladov-6/+0
2020-10-08Code reorganisation and field supportZac Pullar-Strecker-1/+1