Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/emacs-lsp/lsp-mode

Emacs client/library for the Language Server Protocol
https://github.com/emacs-lsp/lsp-mode

Add lsp-lens-auto-enable

4a080a9721c864fe7b776a1f1ac106f001bcc53f authored about 5 years ago
rust-analyzer: enable cargo watch by default

1b12ff636d0f5ba2d7a480c6012467dd59017111 authored about 5 years ago
Make missing server message more precise

4c7fd8a5a51128039475deacae1e28bd3f750db8 authored about 5 years ago
Improve edge case library folder detection. (#1313)

Don't open a file as a library file if it is within a project root.
This makes things work bett...

22e97064fc843260216fa1d1236959b21931a98a authored about 5 years ago
use (point) when calculating prefix-line (#1312)

- it is used to restore the original state of the buffer and it is not affected
by the start-point

4be76a8ed353467c2b4f929eac38b9ccbc68e1d1 authored about 5 years ago
rust-analyzer: convert feature flag names to symbols

Emacs 27 native JSON parsing does not like string keys.

f2031742093a39712804ea6b44821b4e507336a3 authored about 5 years ago
Wrap lsp-on-change in save-match-data

Fixes https://github.com/emacs-lsp/lsp-mode/issues/1293

7d2ba0b221195e2b1489dd3c31a1cdada69b60cb authored about 5 years ago
Add rust-analyzer initialization options and library folders

- Add `:library-folders-fn`

It shares the same value as the rls library folders. This makes
...

168283a89626e140df6c01d6e2b2348fbe3fffb6 authored about 5 years ago
Fix #641 Set shutdown action properly (#1309)

ec767071be081334a1bda0d5f6f102ba044d9df9 authored about 5 years ago
Fix insert in lsp-json (#1307)

752674a9efba4860ec85ea159fc4f9679a44819c authored about 5 years ago
Fix code coverage generation

ad91a8721fd63fffad2f28607d1895bb07f5f80b authored about 5 years ago
Allow forcing installation of the server.

- Fixes https://github.com/emacs-lsp/lsp-java/issues/187
- Use C-u M-x lsp-install-server to for...

ecc0c2ae0d2928e8f820a82030ebb4a9b5e77d61 authored about 5 years ago
Fix inserting of CompletionItem when we have miscalculated the prefix

- Fixes https://github.com/emacs-lsp/lsp-mode/issues/1303

- we may calculate wrong prefix, so c...

34922f7743649bc398cef7cf001240ef6089d29d authored about 5 years ago
Fix ts-ls with correct tsServerPath (#1302)

7a1b9725f9f79b42b4fdacd2d36eedc2fd6cfc2b authored about 5 years ago
Fix variable name in a message in find-root-interactively (#1301)

b6095c3689265f7878723a6cc7567e9752a838b2 authored about 5 years ago
make lsp-completion-at-point search symbol at point instead of word-strictly (#1285)

95fe936733ecd7489c3b1c9023c7c796b2409790 authored about 5 years ago
Correct npm installing commands and path for Windows (#1299)

c8ba6171438630b8f2079916ce72e3bb04d7271e authored about 5 years ago
Add FAQ entry for flycheck in vue-mode

Fixes https://github.com/emacs-lsp/lsp-mode/issues/1288

ec02be51144b4fdc7729d48de277aaf5cc82c5f4 authored about 5 years ago
Automatic installation for json-language-server

b1407babb0510096dd236c57cc204eb767717585 authored about 5 years ago
Make each of the dependency providers optional

- return nil if the dependency provider cannot handle the dependency for some
reason(e. g. npm n...

a0d1ad7762fac046d30872af28310a7d14459c26 authored about 5 years ago
Revert "lsp-json: update lsp-json-server to new binary name (#1295)" (#1297)

This reverts commit 17e59f042f8fb8c5f361720881872ef9bdd8b5f6.

ac3de061f6541f08ab7f8aaa49044961bed342fc authored about 5 years ago
lsp-json: update lsp-json-server to new binary name (#1295)

17e59f042f8fb8c5f361720881872ef9bdd8b5f6 authored about 5 years ago
Use line's end when the current line has less characters

c8fd0f773203afd2417ea06e44ccb6c045efcca5 authored about 5 years ago
Implement automatic downloading facilities (#1272)

- Fixes #506

- Implemented base facilities for downloading and installing language servers
-...

44bb6a31a892887f3d05a3333e49d816daf92a2f authored about 5 years ago
Add Nim language server (#1294)

* Initial addition of nimlsp, the language server for Nim

* Update README for nimlsp

3c95fc7fe7315d0317912429ab41b4e7a1031954 authored about 5 years ago
New VHDL language server (#1292)

* Replaced tabs with spaces

* Removed unused defvars

* Added support for new VHDL language...

c07d44e87fd06d9119b2d6b90206502fc59ecca7 authored about 5 years ago
Do not run hooks if revert is in progress

- Fixes https://github.com/hlissner/doom-emacs/issues/2279

0fc942084d66487e53cc33764a64b5a7f57f9982 authored about 5 years ago
Fix typo: clojure-lisp -> clojure-lsp (#1291)

fcdedd4ccb3db0834eebc76c6564acdeb643ddc3 authored about 5 years ago
Rename lsp-after-uninitialized-hook and lsp-workspace-folders-changed-hook to follow "normal hook" convention (#1279)

Fixes #1257

By convention, `-hook` variables mean normal hooks, which contain lists
of funct...

71fb805346995bcedad2ab6161b7c5ed8d95da54 authored about 5 years ago
add config param for lsp-pyls flake8 plugin. (#1192)

f0a9f6931fb58b3028f78d193c31f33a9f13812b authored about 5 years ago
Add null processing for "window/workDoneProgress/create". (#1286)

This is until LSP Spec version 3.15 is published, and gets rid of an
annoying warning message f...

65c0c534079f7f21608d1ed7f2458436c477a58b authored about 5 years ago
revert lsp--annotate to include candidatekind information (#1283)

605eed219dc17d571362480ae47e2669bd198b2f authored about 5 years ago
fix -if-let binding (#1276)

7ed4422fe4f546ac9e42c19524b6cecf04b7095c authored about 5 years ago
Fix lsp-rust-server defcustom type (#1274)

f76dd276f3fcf3b11a7cbc41333c70256423e9b4 authored about 5 years ago
Enable byte compilation tests on travis

4b22c4059a73e3344402fceb70946b5b6c9ce4c9 authored about 5 years ago
Rename the binary of ocaml-lsp-server (#1271)

it's now named ocamllsp

Signed-off-by: Rudi Grinberg <[email protected]>

93540378bc2e65a1677bec310440da6e4f4ce24c authored about 5 years ago
[csharp] Use lsp-seq-first instead of seq-first (#1270)

Prevent errors on emacs 26

09bd15c52390506b282b28fb20df18dfa8c7d4c9 authored about 5 years ago
Merge pull request #1266 from brotzeit/rust-macros

support rust-analyzer macro expansion

c68ac176cc0c2db7ce2e7db30f177d78d8281505 authored about 5 years ago
Push marker to the stack only for emacs27

- Fixes https://github.com/emacs-lsp/lsp-mode/issues/1265
- reverts 6e4f679

c35623d70ddb32ad1ab5b56c6b4b55d612a967c4 authored about 5 years ago
false instead of null if lsp-enable-semantic-highlighting is nil

- fixes issue about rust analyzer reported in gitter

11b291a98ccfc1152a095583c6ce74a00f7e795d authored about 5 years ago
support rust-analyzer macro expansion

91904d41620cfbf08b14101784e3bcde6a4ba757 authored about 5 years ago
Push marker to the stack only for emacs26

Fixes https://github.com/emacs-lsp/lsp-mode/issues/1265

6e4f6794d48c89ff7c6de2e849ac5d970b255c0c authored about 5 years ago
Update default library directories for go

- Fixes https://github.com/emacs-lsp/lsp-mode/issues/1217

d8e99484ab9bbb211e00f09aff1088ef151f1653 authored about 5 years ago
lsp-csharp.el: ability to upgrade server via lsp-csharp-update-server (#1262)

* lsp-csharp.el: ability to upgrade server via lsp-csharp-update-server

* lsp-csharp.el: add/...

643e852b1b6fcc1b7442cb23bbbb3732caeacdc2 authored about 5 years ago
Guard against missing eslint server

Fixes #1263

490d1becf1f206e14884936bfe2bff38b9f78b79 authored about 5 years ago
Reenable completion when multiple servers are active (fix bad merge)

adfc394b7a4265230e3adcbc1baf7bf2efbd6c54 authored about 5 years ago
ocmalmerlin-lsp moved to ocaml-lsp-server (#1260)

* ocmalmerlin-lsp moved to ocaml-lsp-server

The lsp server provided by the dev tool merlin, n...

2eea739c88b38ea97ec6e9fc725894ca4e328ca3 authored about 5 years ago
Move `lsp-rust-server` to `lsp-rust` group so it's more discoverable

Currently it's under `lsp-mode` directly. Naturally when one wants to customize `lsp-rust` they ...

8ce34652c36ff1248b7b218e4b668a255932d3b0 authored about 5 years ago
Delete wrongly submitted line

12266e559f010e9e22ff5ab3e9313d9c9ddf7a23 authored about 5 years ago
Eslint support

Fixes #1228

- implemented elint support.
- fixed several to make exposing possible.

a3c071eadad12302cea793c1cb8b4badbe75c646 authored about 5 years ago
Declare call hierarchy support

- Declare call hierarchy support
- simplify lsp-method-requirements handling - :registered-capab...

60cac176bfc3411db885b9df7b67ef8855ea133d authored about 5 years ago
Fix lsp-rust-server defcustom type (#1258)

224bb212684bee8e87fda01de0b3ba222cb736ab authored about 5 years ago
Advertise prepareRename support. (#1259)

a831daba7f052c97ba73f02862b960907959daf4 authored about 5 years ago
Use character U+25A0 instead of U+2B1B on document color overlay (#1255)

* Use character U+25A0 instead of U+2B1B on document color overlay

* make document color over...

fda33b7aec0dd5a6601fe86222e054487bd43b69 authored about 5 years ago
Filled missing parts of lsp-completion-at-point

Fixes #350
Fixes #1248

TBD:

1. Client side flex filtering
2. Caching

45cb3c70e7884fb39fcb8300b4bd60af6fb2031d authored about 5 years ago
Fix angular language service

Fixes #1242
Fixes #1241

348d5e476cc4fda70e20efe5b55d8f50e74e3745 authored about 5 years ago
Add lsp-substring completion category

311041d6076b1fb59f9c26bf7d283dba38ce5db8 authored about 5 years ago
Hooks must be triggered in the context of all workspaces

- lsp-managed-mode is called when the lsp--cur-workspace is set.

6e3ed6bb4fc97bd2c37083fbc230cb37ffa8f3cf authored about 5 years ago
Added verilog support for LSP using hdl-checker. (#1251)

Added the client definition that is mostly based on lsp-vhdl and added
verilog in the lists of ...

436e8e10cc36a9b8c955b1929c348f56d49fa5c4 authored about 5 years ago
Remove dart language server support (#1252)

* Remove lsp-dart mode

* Rename lsp-dart-analysis to lsp-dart

ba00617d4ae45f33a3526c3214c33b8acfa62f29 authored about 5 years ago
Merge pull request #1249 from flodiebold/ra-inlay-hints-fix

Fix rust-analyzer inlay hints flickering

16b82807a572617764a5836fc77a069a1b37dbc1 authored about 5 years ago
Fix rust-analyzer inlay hints flickering

Apparently the `'tick` mode got lost when copying the code for the rust-analyzer
inlay hints, wh...

5ccc57342f0b4230f740f7a70316fff574204d8f authored about 5 years ago
fix markdown escape characters and add multi-root to lsp-json (#1247)

47484c4969b467c3dddfbd073efa655d1fcc6983 authored about 5 years ago
Adding async-request-handlers for `lsp-json` (#1245)

* lsp-json: adding async-request-handlers and public schemas url

* Document vscode-json-langu...

de67beb713bec8227a0f8a1d99b8f6131ed8dd62 authored about 5 years ago
Support for JSON Language Server (#1243)

* add lsp-json with automatic installation

* update README to include lsp-json

65ef97167c34894ea7b3e0f441e72f0131af86bc authored about 5 years ago
Update outdated links and fix R installation command in README (#1232)

bf089d24754684b558d67bc5f8f5e37b05ae5ca9 authored about 5 years ago
Update FSharp language server launch command (#1231)

* lsp-fsharp.el (lsp-fsharp--make-launch-cmd): Remove "--mode lsp", as
it's not supported in re...

2a5b68f894c58324ccae8ebd5b640ce055a03863 authored about 5 years ago
Delete obsolete code

04aaa47011a6f383f69532c1a72331a99d80d125 authored about 5 years ago
Prefer previous workspace when jumping to library (#1210)

Remember what the last active workspace(s) was when opening a file in
a library directory. When...

7c85138211b109652ba842a41d78c8883fee4033 authored about 5 years ago
Check that the environment variable is not nil (#1227)

* lsp-mode.el (lsp--compute-process-environment): Check if the
evaluation of the LSP environmen...

f1ed3f7d70e4245107fbf53269f9f095df148f68 authored about 5 years ago
Revert flymake dependency due to 25.1 breakage

Fixes https://github.com/emacs-lsp/lsp-mode/issues/1225

5c8addac9d57dff268d2f6e825522fd5353e5e3e authored about 5 years ago
Start 6.3 release

374a1ee01830c6b4fc5aabeaffb43f5d9d404349 authored about 5 years ago
Update changelog

15eb9cdbd4e919e805016148bea78e18fc854533 authored about 5 years ago
Remove the documentation for lsp-workspace-folders-switch (#1222)

That function has been deprecated

af9025a0cd7723cf51841f0458c1e77d056026a5 authored about 5 years ago
Update README Why? section

224818656c9c5810411a5e5785cc2373f793d7df authored about 5 years ago
Add section for deferred startup

22bc6727ac15d59d5700676c5aaeb99058883e93 authored about 5 years ago
Update list of supported languages

a8c807e4897d34efad1c689d0cd6098f5e4bf462 authored about 5 years ago
Implement textDocument/documentColor support

Fixes #478

d58ed77bc3575627818de7e184cea3f207ce71f6 authored about 5 years ago
Enable completion in comments/string for html

488051147c68f08133cb4bb0b7b8aaa20cef9138 authored about 5 years ago
Bump the version of flymake

00b64c584bf9aa052314515f80b4314c5dd4c92a authored about 5 years ago
Change document signature representation

Fixes #1216

- Removed the empty space left from the method documentation
- Added line bellow do...

6ccf367e72266cf872cd79d9849d5d6892a844e2 authored about 5 years ago
Add crystal to lsp-language-id-configuration (#1219)

Forgot in #1218

118fe40cc36117e651d96799b3fdebc66e4acc8a authored about 5 years ago
Add support for Crystal via scry (#1218)

https://github.com/crystal-lang-tools/scry

8d35eebce8da671deff982dfa8e3dec5e1bb6e16 authored about 5 years ago
lsp-pwsh: support code formatting (#1215)

fc8c8605164f41fd12dfc75563ac4be11d1e7df5 authored about 5 years ago
Delete unused method

4ea9fb5a055fd6321b490136c5d4c8d5fb3a77bd authored about 5 years ago
Add scripts for loading vscode snippets

b12162649f489a8bc5af648c01a5f1f33230ea3a authored about 5 years ago
Add after-open-fn in lsp--client

6532b97e338ccef6b80ca1cda9c31e704717fa38 authored about 5 years ago
Make file-name optional in lsp-find-workspace

abc7436d8c837d1f464c30f6708cf6286ca7d070 authored about 5 years ago
Modify declare-function invocations for external plugins. (#1213)

For functions from external packages, we must specify "ext:".

c26241493db93d66d28546742dff94b73325e1b3 authored about 5 years ago
fix ocaml language server link (#1211)

See also https://discuss.ocaml.org/t/what-happened-to-https-github-com-freebroccolo-ocaml-langua...

47923d4d03656b8f70587c7a708eefe5f5654a71 authored about 5 years ago
Adding code action handlers for `lsp-pwsh`. (#1208)

* lsp-pwsh: ignore output notification from language server too

* fix path casing for windows...

2f57f3d7f7cf9e2bf907b5e320082bcc15eefd43 authored about 5 years ago
Merge pull request #1206 from r-darwish/pwsh-server-quote

Quote the powershell path

8d015aa5b3181d717e8fb9041098cfec7582f675 authored about 5 years ago
Quote the powershell path

75cc97eef31efafc43ff125adf9a194cfe57b7ea authored about 5 years ago
Add sql language mapping

85682e663fe4307f890a65ef207fbe03eb506724 authored about 5 years ago
Use c-basic-offset when in cc-mode

- this makes lsp-mode more consistent with emacs

e9700e9e57dae01ddf357826ad5b42f873cd7f5b authored about 5 years ago
Use lv for signature help

- The minibuffer version was causing blinking

70fde7f0aff02d2c0aa603c9405f91d2fbe67a16 authored about 5 years ago
Merge pull request #1204 from emacs-lsp/fix-typo

Fix typo in README.

806c49d5bf94816c40aadd1eb4ff9b9106296c0c authored about 5 years ago
Fix typo in README.

See https://github.com/emacs-lsp/lsp-mode/blob/master/lsp-mode.el#L2008.

4adb6f9e292c8fcc68d8fcc1076600578363601d authored about 5 years ago
Fix byte compilation errors

68faced9e9dcee61efc3bb7eca07331df9206b6b authored about 5 years ago
Handle when activeParameter is out of parameters bounds

60b88bfc65231d12558773c7e1f96f68cb11b7e1 authored about 5 years ago