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

Fix Helm/Ivy integration links (#1126)

They are now part of the emacs-lsp organization.

7b6fbb5d1cf0589741e0ff6c9cab8d77430d8c77 authored over 5 years ago
Remove experimental gopls flags. (#1121)

It is nice to have first-class config knobs, but once people start
using these experimental set...

6d1a26e03a4db490545ed259f71fb01f7ec33dc6 authored over 5 years ago
Link lsp-ivy in the readme

b3dd6057dc7eb8f76774ee8ec779cdf6f66f4a2d authored over 5 years ago
Load yasnippet as an optional dependency (#1093)

* Load yasnippet as an optional dependency

`require` yasnippet with the NOERROR flag so that ...

71248e67aaf3e3610d78ebcdefd77746cf7fd12e authored over 5 years ago
Fix deduping in lsp-register-custom-settings (#1122)

Dedupe by the setting's path rather than the entire tuple. This avoids
ending up with duplicati...

d1ab2da0b57d4d49058dbdff981298690fe5f22c authored over 5 years ago
drop lsp-rust-apply-text-document-edit

6260877fd9572f30290eb4276ff6604cdeaffc5a authored over 5 years ago
add lsp-rust-analyzer-join-lines

a214f969e75b251588b620a4608b15ab46d3087b authored over 5 years ago
Update readme - clarify where are the logs

951766b0ddb2d4f1086dd99983803b60a2198092 authored over 5 years ago
Handle inactive lsp-lens-mode in lsp-avy-lens. Fix a few typos. (#1120)

2ba8f20fac3bf25d0bc93988dba40d411dfcd6f2 authored over 5 years ago
add lsp-rust-analyzer-status

9481e6c45d8e0806dc1b80e892f1ccb5c64ec420 authored over 5 years ago
Merge pull request #1119 from brotzeit/syntax-tree

add lsp-rust-analyzer-syntax-tree

ed638fbcb9364b385b98175f2f6f009c7f0ac5aa authored over 5 years ago
add lsp-rust-analyzer-syntax-tree

df09a6bb40e5f212090bfb4ac31306ab901eaac5 authored over 5 years ago
Be robust to empty uri's returned in textDocument/references response (#1115)

* Be robust to empty uri's returned in textDocument/references response

See issue,https://git...

d96d32bc5456dbb4fbec7d802a85a6f097f6e5ca authored over 5 years ago
Push marker to the stack when using lsp-find-*

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

f27af1666eb52e651fa8b4319042f0267efaaf3e authored over 5 years ago
bump version (#1118)

8b933e1bf8d316f9d5029d26d65ff8cb5977d642 authored over 5 years ago
Add warning for lsp-auto-guess-root

806d42ec6455d04b887d6d8feec2f0b830825d5d authored over 5 years ago
Allow literals in lsp-register-custom-settings

- Fixes #1100

ed778d07e10e8ff67ea21dfbe9fd99fca93b5236 authored over 5 years ago
Add more entries to the FAQ

04c3591d27821a8c7e12176b6c4cf49d2a787ebe authored over 5 years ago
Merge pull request #1112 from Gastove/fsac-update

Add lsp-fsharp-update-fsac.

51caba8aeb3f1d48bd5d14b6ce9b1630d2e9d945 authored over 5 years ago
Add message when the server is initialized

66780e026da6711a4219802bc20b7cb165ea44b2 authored over 5 years ago
Autoload this!

It's nice to be able to update before you start the server in question.

a0df5de7b98b12a2f8948c066715b1ae2541ff33 authored over 5 years ago
A handy utility for updating fsac

8fb6f909c34af16dc3e9d0d5b83e21abeb76f90d authored over 5 years ago
update lsp-rust (#1109)

* readme: mention rust-analyzer

* use package-version 6.2 for new defcustoms

* echo active...

a315b1984029f384484d79d9187c59a51dbc2a31 authored over 5 years ago
Implement `lsp-string-vector` (#1107)

* Define `lsp--string-vector-p` and `lsp-string-vector`

This adds a custom type, for use in `...

3145edd056405e03715d4690cf4b7891a6c0bbab authored over 5 years ago
Update the issue template

df4043082a7bb778b6845d3557304c0a8fd68894 authored over 5 years ago
Remove the pyls patch since the server side issue was fixed

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

adf5ac5cda6dd76bef6a4722321a553f50239c27 authored over 5 years ago
Rework select root interactive selection

- make sure that all of the options are visible when user does not use ivy/helm.

7cbe4442664874eb765bd021614bb4a502df5268 authored over 5 years ago
Merge pull request #1103 from brotzeit/rust-analyzer

add basic rust-analyzer support

d7d9014da5b31637ddac504de4ad467e47e71090 authored over 5 years ago
Fix: Active process exist; kill them and exit anyway? (#1105)

Updated lsp-stdio-connection to call set-process-query-on-exit-flag on the buffer associated wit...

9d8af314b75e377ee4ad975da09e021c1d5d644d authored over 5 years ago
typo (#1104)

4e12bfb14ce57a4abf031073a2440979238ea4a1 authored over 5 years ago
add basic rust-analyzer support

02e4525ec228c6815450e3495d085045660d2314 authored over 5 years ago
Merge pull request #1098 from olavbm/fix-spelling-mistakes

Fix spelling of reponse -> response

a7d1e5845e3fd33806523a0d8a64c157fe9fbbad authored over 5 years ago
Fix spelling of reponse -> response

5f0699a312252ef8fc16baeba383a1ae5173b0f5 authored over 5 years ago
Correct gopls defcustom types (#1097)

1. Turns out, `(list)` and `(plist)`, when empty, both get serialized to json as
`null`. `lsp-g...

93005a744ab4e020ef39a1e228dac532ea4cf6dd authored over 5 years ago
Mention the members in the README

249d65e35bdf11832725e74ca61c1df8a1d2c0f0 authored over 5 years ago
Add FAQ entry for GPG keys out of date

- Fixes #1095

f43c025affeec34114d7f13241aed53ae2269c31 authored over 5 years ago
Slightly improve handling of HTML entities (#1091)

This really should happen in markdown-mode, but it doesn't do that
currently, so do it here for...

d26209de5ed555c5dc14f8c6d9cb1322c3682c88 authored over 5 years ago
Add support for merlni lsp server for ocaml (#1092)

* Add support for merlni lsp server for ocaml

Merlin is the primary backend of for all editor...

7ff181bde50b65568f6ea7e6785eceeb730775a4 authored over 5 years ago
lsp-vertur add default emmet setting (#1088)

otherwise vls will throw a error inside style tag "Request
textDocument/completion failed with ...

5c1378c34efe6dcddf02d934af0d038a0552b887 authored over 5 years ago
Merge pull request #1078 from Gastove/expand-lsp-fsharp

Add language server options to lsp-fsharp

a0d50685d062aad88912276b202a2dbd05e808ee authored over 5 years ago
Revert deletion of :group/:package-version for lsp-rust-crate-blacklist

cd9fa88f595b1a90f6434f9cb487a9b8838430e3 authored over 5 years ago
[Rust] Fix unactionable config (#1084)

* Fix list of blacklisted crates

* Remove the offending characters

875fe19659fb49eb37935e295275bd0f38b16f41 authored over 5 years ago
Update `gopls` initialization options (#1086)

* Update `gopls` initialization options

`gopls`, wrapped by `lsp-go`, supports a variety of s...

66475c333587dbae70897004ddf9ab8180b6dbdb authored over 5 years ago
PR Feedback: make `AutoWorkspaceInit` configurable

This commit introduces a new defcustom for toggling "auto workspace init"
behavior, and separate...

9abb64c5d056315a7da900a3b088fdb38ecd0288 authored over 5 years ago
Moved lsp-language-id-configuration for vhdl to correct file (#1082)

4ddbe014886630c39bc45313fd1881b30609af5d authored over 5 years ago
Improve wording of the repository file watching warning (#1076)

* Improve wording of the repository file watching warning

- (lsp--ask-about-watching-repo): N...

88a546c1f21ea322c371d53867d75f29c23f3aee authored over 5 years ago
Merge pull request #1079 from cbourgeois/master

Provide support for Ada Language server

ec04f70374f17e42e24ec2be0117d18d245ae9b2 authored over 5 years ago
Provide support for Ada Language server

5f5a6a8b528e360dc8cc13d24aa6151ba14906e0 authored over 5 years ago
Remove this value -- turns out, it messes loading of tests.

2215586dc8103ce93c32c483bd454906f07cecaa authored over 5 years ago
First pass of wiring up new options!

FSharpAutoComplete, the service implementing the language-server protocol for
F#, has a whole sl...

36d766839804403fc3ba117f392a52d5e9ea4d44 authored over 5 years ago
Fix integration tests

- Delete unused variable

4ee6808e0e1853399ef78f0cff01f28683ec9ca1 authored over 5 years ago
Handle single lens line ending

- When there was more than one lens in the overlay it was possible to lose the
\n due to the way...

b4cd7a8a6cc5ce1f5b84bab907d79210c70695d4 authored over 5 years ago
Update docs to mention lsp-avy-lens

90313a5351bd25341db7342c27d89254fd4ba5bb authored over 5 years ago
Implement avy support for lenses

46cb2d647b83937af2914dd1b6ef12f16a0863cb authored over 5 years ago
Merge pull request #1063 from TheAncientGoat/patch-1

Allow rust crate blacklist to take a list

52ccc83bc4a2537d35a528a1fe4825ed3a37263b authored over 5 years ago
Merge pull request #1071 from alypeng/allow-hover-on-empty-line

Display signature help regardless of where point is

f49c70a4d094694dbc78b39021d6c465697086fd authored over 5 years ago
Merge pull request #1074 from CyberShadow/shutdown-params

Call shutdown method with "params":{}, not "params":null

348bb90fd288e410e8dfb74e5c9d49f805823c85 authored over 5 years ago
Call shutdown method with "params":{}, not "params":null

"null" is not a valid JSON value for "params" according to the
JSON-RPC specification.

Do the s...

c845b854e813ef9e2ea3e06c55fc549dcb17f85a authored over 5 years ago
Fix byte compilation tests

6cf48304ab90e418cb52f94d1e6ac62bef5c7a6e authored over 5 years ago
Remove throwing error from lsp vhdl server

4290cdd9f0295baed435b392f1b3c415afb19810 authored over 5 years ago
Display signature help regardless of where point is

01e0ee46ba7a3aa28104b25bc5e467a71c6ca09f authored over 5 years ago
Add option to enable signature help on empty line

7b01f181172a1f9b72238edf3f0896ae0c2f5440 authored over 5 years ago
Merge pull request #1072 from chrbirks/vhdl-mode

Added support for VHDL

9de52b780b399234ea0c8ae0d7189ad566046d5d authored over 5 years ago
Added support for VHDL

a1fc7d10b0a9e47d4b9c4c1097ad53dbdd977d3e authored over 5 years ago
Merge pull request #1070 from alypeng/update-intelephense

Update intelephense configuration options

ed5332c403ac9fb550d0dd83cd93410e7464f6bc authored over 5 years ago
Update intelephense configuration options

8f3571dd51e9c8a8d44d2df1f28c5e37c6c4c009 authored over 5 years ago
Merge pull request #1067 from CyberShadow/didclose-version

Use non-versioned TextDocumentIdentifier in didClose

228326bfead89dd9bcd508603d15e1b12f711851 authored over 5 years ago
Use non-versioned TextDocumentIdentifier in didClose

According to the specification, the textDocument parameter for
textDocument/didClose is TextDocu...

674b75460b20c500d7ceaf6f2639afb4c38fa73d authored over 5 years ago
Merge pull request #1065 from iquiw/update-elpa-key

Import new GPG key to download ELPA package on Travis CI

4673cd8c729bc407cd355bb68b370b379b436fbb authored over 5 years ago
Import new GPG key to download ELPA package on Travis CI

Old GPG key was expired at Sep 2019.

6db92db0b628eb5aa29e1cf8e513f17264f17e9f authored over 5 years ago
Merge pull request #1061 from jfacorro/lsp-log-io-scrolling-by-default

[#994] Enable scrolling by default in lsp-log-io buffers

9d75c6d58830646349d2f3fc061df361b668b679 authored over 5 years ago
Merge pull request #1060 from CyberShadow/hover-oneline

Consider hover contents consisting of a single line as signatures

b659b4b41df425036c18baa13d61c88b38fd4f8c authored over 5 years ago
Allow rust crate blacklist to take a list

The RLS option `crate_blacklist` takes a list of crates to blacklist, not (only?) a boolean. Thi...

83aee0d7deab63d790b2a284c9b60c2ab5612281 authored over 5 years ago
Merge pull request #1062 from CyberShadow/prepare-rename

Improved support for textDocument/prepareRename

421799f6484ee050296fa714e49d8cd06cb90c9f authored over 5 years ago
Use the "placeholder" field from textDocument/prepareRename

When the server provides a placeholder text in its
textDocument/prepareRename response, use it a...

9a22d2f66ca1dc03fb32de8797976302f5a40b93 authored over 5 years ago
Fix handling textDocument/prepareRename returning an object

The current version of the specification documents that
textDocument/prepareRename may return
`R...

590755420b7228613f1f0d314f4536152dc1115c authored over 5 years ago
Handle invalid renames

textDocument/prepareRename may return null to indicate that "a
‘textDocument/rename’ request is ...

ffa28dc94e55a20d8c2d83797d00e1f6efe4703b authored over 5 years ago
[#994] Enable scrolling by default in lsp-log-io buffers

ac8f5c112c7b20fc25223fca2e3fc7d996fb8ec9 authored over 5 years ago
Fix hover text not updating (#1059)

When moving point from one position with one hover text directly to
another position with a dif...

567a878c7c958d0173065c3ffae0f632594ae794 authored over 5 years ago
Fix default typescript-plugins in typescript language server. (#1058)

e4a230bdd4eba2eeb211dd87d16de0f616665179 authored over 5 years ago
Fix invalid string escapes in lsp-language-id-configuration (#1057)

"\." is the same as ".", i.e. "any character" as a regular expression.

012cc26a1fa7e0870911d28e2e18d7b04c65a429 authored over 5 years ago
Consider hover contents consisting of a single line as signatures

When textDocument/hover returns a single string consisting of a single
line, show it in the mini...

e30d23cac7bdca0ce6f7b4d111623152b0985243 authored over 5 years ago
Enable plugins in typescript language server.

ed0e5d22f0b3fdd71c264b4a4b5c0b346197950a authored over 5 years ago
Enable dynamic registration for rangeFormatting (#1056)

5423887ae549063ca6bda0aaefd4ac8eb2e2ab0e authored over 5 years ago
Make sure that the message is deleted when cursor is over whitespace

1e1858b3daeecb60eb2f5f8f7c53ab0db4d11db0 authored over 5 years ago
add custom variable to control skip hover on empty line (#997)

* add custom variable to constol skip hover on whitesapce or newline

If `lsp-hover-skip-white...

b0e337784103b6433f4246cb615b52fddc099240 authored over 5 years ago
Implement workspace folder request

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

9e04a48de9ec0ed046deaaaadc64587d302eb60f authored over 5 years ago
[Lua] emmy/progressReport notifications in emmy lua

9ffbc9d0910d1622fbe1a40229c4d30b4a0981aa authored over 5 years ago
Make lsp-mode parser more robust

c38b7ebabf203715acc71d8f735d95918023ac1b authored over 5 years ago
Add emmy lua support

3a7bb350f4e53e9d85399d49497a1bc0bb4f810b authored over 5 years ago
Move the lens overlay when enter is pressed when being on next line

04086bd000200fe831a3cae1157e056569172caa authored over 5 years ago
Make lens check interval more aggressive

663686a27807e01a64016de48da775d817d50b6a authored over 5 years ago
Try rangeFormatting when formatting is not supported (#1049)

* Try rangeFormatting when formatting is not supported

* Ignore narrowing

1899e6b05d1c9a21b20ff486f514a3c3fc03e079 authored over 5 years ago
Swap RLS register to crate_blacklist (#1053)

According to RLS: option `use_crate_blacklist` is deprecated: use
`crate_blacklist` instead. Th...

710a5359b2660c4a82b3782a555e84aa125001bb authored over 5 years ago
Fixed compile error "Unknown rx symbol 'char'" " after emacs commit 2ed71227c626c6cfdc684948644ccf3d9eaeb15b which rewrote the rx library. Use 'anything' to match any character in the file basename. (#1052)

86d3a8effd692c0a99dac0f88d93b58077b33daf authored over 5 years ago
Switch from autoload to fsharp/workspaceLoad (#1046)

* Switch from autoload to fsharp/workspaceLoad

* Use `(cdr (assq ...))` instead of `let-alist`

b06550f793fc7a089a86273a151520606dc1e936 authored over 5 years ago
Fix typo in docstring (#1047)

4b5f60d0c41d5ebec1eab49ae82b8f50332b5096 authored over 5 years ago
Add C#-support via Roslyn. (#1024)

* Add C#-support via Roslyn.

This fixes https://github.com/emacs-lsp/lsp-mode/issues/815.

...

0546d33e345c63265a6df812f2713e62dbe6a7ad authored over 5 years ago
Autoload and mark file-watch variables as safe to use in dir-locals (#1044)

If this is not autoloaded, then it is only marked as safe from the
defcustom macro *after* the ...

ac388958fcf286461eea2d6e90480c6c36cd66c1 authored over 5 years ago
[fix] broken links in lsp-clients (#1041)

945d2811c5f0bd02cad49faf2525258c3cea4755 authored over 5 years ago