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

Cancel sync requests when presssing C-g

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

059301b6feb9628e737bf2632649817522c86153 authored about 5 years ago
Merge pull request #1202 from yyoncho/signatures

Better implementation of displaying textDocument/signatureHelp

16dc797f89283e4dd35fddd4b26e2c3ebf9b5b5b authored about 5 years ago
Better implementation of displaying textDocument/signatureHelp

This implementation is more accurate and closer to the lsp protocol idea.

- the signatures coul...

9641409f99692ab0334726a406a991ce6bdaa49d authored about 5 years ago
Merge pull request #1200 from razzmatazz/master

lsp-csharp.el: introduce a separate file for C#

7f1a6540c279c2ddd426896eacc6a69b2875c670 authored about 5 years ago
lsp-csharp.el: fix omnisharp-roslyn package selection on Windows

Fix it as suggested by @josteink

f4e32a6e7d907934d7b0d7de553e423c82454c83 authored about 5 years ago
Remove references to waffle in README.org

1a0c4d042a41aa454cf466c64ff64bbe09613256 authored about 5 years ago
lsp-csharp.el: extract the lsp-csharp--download and lsp-csharp--extract fns

7344a08d3b165dc3474c8b41be91c0a8c3e4b721 authored about 5 years ago
lsp-csharp.el: Select x64 binary of omnisharp-roslyn on 64 bit Windows platforms.

ba099225baa43fbeb25293a1b6e10c59396355de authored about 5 years ago
lsp-csharp.el: resolve OmniSharp.exe as startup executable on Windows platform

3a7725eaebe7d8bcfdf0baecad1f77a426bd6548 authored about 5 years ago
Add experimental go options

a6ec2006400518e5c7851c67ba11483de07709b5 authored about 5 years ago
Fallback kind to 1

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

dc7ea8d6766466f0775d31deca896d6277697ed7 authored about 5 years ago
Merge pull request #1197 from itome/dart-initialization-options

Initialization options for lsp-dart

047aef5bf209e1975e8a4d521b07e34f6e60879a authored about 5 years ago
Update package version

7fb3e712ee18166ca1aaf51b7852ddb1b0e2ee34 authored about 5 years ago
Fix Unsupported request method: textDocument/willSaveWaitUntil

Fixes #1199

ecddf3c25013451a4fbda1c035dfe9d837de6bf1 authored about 5 years ago
lsp-csharp.el: introduce a separate file for C#

This adds ability to install the OmniSharp Roslyn server automatically.

d83c4ad3a240774a3b7717e4bda8b94ac4786aac authored about 5 years ago
Merge pull request #1198 from brotzeit/inlay-hints-fix

use lsp-after-open-hook to activate lsp-rust-analyzer-inlay-hints-mode

c0a737e55df8c164479064d9f04a859fb50db7e5 authored about 5 years ago
use lsp-after-open-hook to activate lsp-rust-analyzer-inlay-hints-mode

0251b9d425951af319a4d07c8285febeb9017e62 authored about 5 years ago
Fix bug

2dab95dd838f24c39866a2142bd7d22585747494 authored about 5 years ago
Initialization options for lsp-dart

05031aea2ff9afaf99e2fd5599ba8d0615586fc0 authored about 5 years ago
Merge pull request #1194 from jaaso/patch-1

Update lsp-clients.el - fixed typo

39fca2d9ef944f56b86d1ad761370064ed5ff2fd authored about 5 years ago
Update lsp-clients.el

Fixed type

478ab3c035755b350c8099afbb04f25417ceab54 authored about 5 years ago
Disable links/highlights when managed mode is turned off

8199f5c1ff6f0bec0311642d0131d11e96b88baa authored about 5 years ago
Merge pull request #1190 from kiennq/feat/lsp-pwsh

Moving lsp-powershell from kiennq/lsp-powershell

2bd324839c82e8a724f65abf43415e04d982b45f authored about 5 years ago
using with-eval-after-load instead of fboundp check

0cec48cb20296daa84d1137ea281dde34aecd6aa authored about 5 years ago
Make conditional idle-hooks local [fixes #1193]

f10274191f36fcf797349a904205cbbbad39bc8f authored about 5 years ago
Add two semantic highlighting scopes recently added to clangd

6b77467bd745606972295857f45ebd1929502d08 authored about 5 years ago
move hacks to their places in bigger package

ffb42dacf0b336148671dde163ccd027812958e9 authored about 5 years ago
Merge pull request #1191 from brotzeit/format

indent elisp

3e8b2fcbc0b1f62be564692b3d09abf7fdad8995 authored about 5 years ago
more indenting

0a67c80b7d4300745928027341eb8e33fb192273 authored about 5 years ago
indent elisp

6edaa27ae57c387f76f283dd6e30cf0c7cb0af0c authored about 5 years ago
Merge pull request #1171 from yyoncho/refactoring

Implement unified way to handle recurring lsp features

755a1c276d64fa2dd49d90a2f259ed3da4ba5d26 authored about 5 years ago
Moving lsp-powershell from kiennq/lsp-powershell

f7397528692bfc300762d42d0039d8bd05e8c226 authored about 5 years ago
Add benchmark code

96619b9ece9829856191409be338b4d45473213e authored about 5 years ago
Add cancel-token to lsp-request-async

- we often allow only one request of a kind.

9a34f7ec38e98e1270d436531ae840c3de2e6e18 authored about 5 years ago
Speedup lsp-mode's JSONRPC processing (~2 times)

After this change, we are practically eliminating the cost of anything but the
json parsing.

I ...

2fc61a9bc5001a1d3526fff4f020ae7ee1fb872b authored about 5 years ago
Change the face for lsp-face-highlight-write

21be38df51478f844decea718ab2387515be54e1 authored about 5 years ago
Implement unified way to handle recurring lsp features

Fixes #1148

Introduced:

- lsp-on-idle-hook - used for recurring tasks that are not related to ...

ff30589219666ad10953ac08cd3e0847c05ec0d9 authored about 5 years ago
Uri is not correctly translated to path in Windows and also the tramp path is not correctly expanded (#1189)

* fix tramp not working with remote is different from local path

* just return uri instead of...

f61f3eacfdfabe34f3db9bfdf0b7f5ca81542a84 authored about 5 years ago
Add support for passing environment variables to language servers (#1184)

* Add support for passing environment variables to language servers

Some language servers sup...

cbfd11770667c7bdf7c2097380356084d2b0240e authored about 5 years ago
add flake8 parameters to lsp-pyls (#1186)

d3ba11f625214ddfab44bd859bfd984489f11a26 authored about 5 years ago
[imp] default pylint to off (#1185)

https://github.com/palantir/python-language-server/pull/698

c2f34567777bd376784de45c4628d8a74a5aa40e authored about 5 years ago
Add support for R language server (#1182)

* Add support for R language server

* Add R to Supported Languages

093c9320bdfbb10c18e39f86130331b40eadcea0 authored about 5 years ago
lsp-organize-imports: suppress "no actions" error (#1180)

Change lsp-organize-imports to catch the "no code actions" error.
Servers only offer the organi...

01031540493d6e6af555fb3f6ac029f9c074e64e authored about 5 years ago
Merge pull request #1183 from rnikoopour/master

Fixed terraform URL

b64ecffd8bbba49b6987a1a2cdcbaf12493e7d91 authored about 5 years ago
Fixed terraform URL

86d19175678af8f94580506eeb969ba271420875 authored about 5 years ago
Merge pull request #1176 from muirdm/update-gopls-link

Update gopls link in README.org

ce10babc5f80f242dd2da2b6921dffd1a65315dd authored about 5 years ago
Added support for HDL Checker server to lsp-vhdl (#1175)

* Added support for HDL Checker server to lsp-vhdl

* Added support for HDL Checker server to ...

15f4561683ec8516925d02775ec0228b538556da authored about 5 years ago
Update gopls link in README.org

Update link to point to the gopls in-repo README. The existing link
had no useful information. I...

0a1a5a16def5731abeb0689a40916e762069bf2e authored about 5 years ago
Merge pull request #1173 from brotzeit/log

change logging stuff

eed580d8e1d1b69cdeb9121e3f51084c6d30c3da authored about 5 years ago
also fix function names for keybindings

c465d940f81420346d565d9aad46ef9c542a4e80 authored about 5 years ago
add lsp--erase-session-log-buffers

40f0d4b6e2bf1d8019c369232aad2d19dd02df82 authored about 5 years ago
review

b5d53f9384b30a28f765de1afd30cf611e7eef82 authored about 5 years ago
lsp--erase-log-buffer: find workspaces dynamically

57f22d0add29d3e0e80453e9e43a307bdeedff72 authored about 5 years ago
Remove all define inline

0b945053120b71d8cacc2d9edcb536c21bae881b authored about 5 years ago
Make sure the byte compilation covers all of the files

- also fixed the warnings and errors

f9a524b5eab5edfff89a4f7deb44225b785bdffc authored about 5 years ago
Simplify lsp--parser-make-filter

- we no longer need ignore-regexps
- lambdas must not be quoted after emacs 24(?)

76c41c7f1cb131b30b4a2b928b0df2ff0b886046 authored about 5 years ago
Change group from lsp-mode to lsp

47b3ebffd175df43d3e2bf2a429c802c5d8bf014 authored about 5 years ago
Add lsp-erlang-server-connection-type custom var to specify between 'tcp and 'stdio (#1166)

8a159ecb8c6aba53acb4009cb239ba89bc8e560b authored about 5 years ago
Check for TextDocumentSyncKind in sync checks. Fix #1162 (#1164)

* Check for TextDocumentSyncKind in sync checks

* Fix braces order in TextDocumentSyncKind bu...

2eab4de1777110d5de76f35c8c9ba21abc4707aa authored about 5 years ago
Delete API.org

- it is out of date

7ee54dbae8ecf0f22273f559796da49be02b4d81 authored about 5 years ago
Make the delay shorter in lsp-request sync implementation

34580f8e39101291e7000d1144e2d6d6ee833a4b authored about 5 years ago
Add language IDs for clojure modes

753b8d36ae4fd906ab8750f38a1a625fa486d0e3 authored about 5 years ago
Make exit handling more robust (#1161)

- fixes 1160
- do not check the status of the process upfront
- refactored lsp--create-sentine...

eb107d2e7691d547a5ef7113607c011b9ad6b860 authored about 5 years ago
textDocument/symbols -> textDocument/documentSymbol (#1158)

716f9ceaa7f7cc8da93afa14e35482674a994842 authored about 5 years ago
Make sure we does not have duplicate folders

- We have to make sure that the workspace folders are added with the same name.
At this point it...

75969aba4504e22f0bc2c67242a062db64022a61 authored about 5 years ago
package lint issues (#1157)

* Fix #1154: incorrect format in docs.

Replace "\_" with "_" in the markdown docs.

* Fix p...

f942953c8017ecc9baab056166b146ee9ffbefcc authored about 5 years ago
display inlay hints with rust-analyzer (#1152)

* display inlay hints with rust-analyzer

* lsp-send-request-async -> lsp-request-async

* s...

e3cc8f34204d3890e4616552a81db1ae94375d56 authored about 5 years ago
Add flag allowing disabling of imenu integration

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

f6e0f9924d6a7291da077f4c8c9c7a07b28f977b authored about 5 years ago
Change the keymap of document links. (#1155)

Use "M-RET" instead of "RET" to avoid the editing issues.
Close #1153.

9cdf29427f77e092d009467925a48e3a4acf9bb5 authored about 5 years ago
Add facility to cache file-truename calls.

- this call is very slow but at the same time there are sections which use it a
lot.

bdb9e05622222eec7e5c47f2d2378f0885d7e2ad authored about 5 years ago
PR Feedback: Lsp terraform (#1151)

* Update README supported languages table

* if -> when

0df605e9c13fa9a5a58eecf08823e3f39034ab1a authored about 5 years ago
Fix #1138 (#1149)

* Flush delayed changes after temporarily switching to full sync

this is supposed to fix emac...

6a613874430f8633ae0def6dffbb17f1c079f1c5 authored about 5 years ago
Lsp Terraform (#1147)

* Start sketching out lsp client for terraform

This is rough, untested, and might not work at...

c0aad96ed1900eb9ef14d155a35d854ce11748ee authored about 5 years ago
Fix lenses refresh mechanism

0a2b19350aa90bb5321d764554bd88d3cd860c3b authored over 5 years ago
Allow completion in comments for ts-ls

a01ca76375e27073768e31e2c89ab6407faf772c authored over 5 years ago
Fix missing arg to lsp-warn, remove confusion with the help system. (#1146)

* Fix missing arg to lsp-warn, remove confusion with the help system.

lsp-describe-thing-at-p...

ef9f157fcca2108d86c47a4b5572ec1187249d52 authored over 5 years ago
Apply comments from https://github.com/emacs-lsp/lsp-mode/pull/1130

0368b03ca1fe24fe16eac1641495a2b01f3c9e19 authored over 5 years ago
fix: make-progress-reporter exception caused by nil log--info (#1130)

* fix: make-progress-reporter exception caused by nil log--info

Debugger entered--Lisp error:...

c4642d46b6252e9cca84b4208b6018c3af0e92b6 authored over 5 years ago
Change the default value of lsp-kotlin-compiler-jvm-target

- without this change the kotlin-ls does not work fine

2c9fe17b9991df7569b26721bd338cb186d3760f authored over 5 years ago
Implement right click support (#1132)

- Fixes https://github.com/emacs-lsp/lsp-mode/issues/564
- Later we should figure out how the e...

caed5dcbffa0aac4332b187a9897bced5949babb authored over 5 years ago
README.md: Update gopls download URL, remove old link (#1141)

README.md: Update gopls download URL, remove old link

61b5bcc02ab900a80f429bd0c3119533459ab3ad authored over 5 years ago
Update installation URL for gopls

d78219f9a92a1ab3ef2a9756d476f95247ea1428 authored over 5 years ago
Cache lsp-buffer-uri

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

- when user uses magit and opens a file...

85cf42598ac1a5a4c52cefa9f82ccab6f67b75a1 authored over 5 years ago
add docstring

8ccb7153a660673f9b6f2ee7220bd80d0d5863f0 authored over 5 years ago
Merge pull request #1142 from brotzeit/rust-analyzer

Rust analyzer

1b4e25418c7d321808f33e132a4785c1ee075a7a authored over 5 years ago
Make sure the refresh is performed only if the buffer is alive

366307e751ce71cc72216d4a9a0285270cf15515 authored over 5 years ago
require rx

1e2dcfc9b494e20a6043f85ff811d94f598223f8 authored over 5 years ago
add lsp-log-io-mode-map

2337cf171667da471b63f6a43166dff11756fcb0 authored over 5 years ago
add some docstrings

124be149368de9519bb6a30deba5e6ea97723659 authored over 5 years ago
add lsp--erase-log-buffer

b0e8550b205fbd1eea5c8ede345b0a33eb9eb964 authored over 5 years ago
move stuff

29fba0ead82f0e691951c9f9b9bf27eb9f0f66e0 authored over 5 years ago
README.md: Update gopls download URL, remove old link

13b6799c3ca6bd4f4db2da7b2a1dc62799255240 authored over 5 years ago
Ignore files and blacklisted folders that do not belong to the same host. (#1140)

This avoids a potential tramp connection to a host that may be unreachable.

baaba7490431e0f09ea17e11a1cdc7e9b576d58f authored over 5 years ago
fixing (#1139)

287cedc45a4ae1bf947f9341446cee0d15992d97 authored over 5 years ago
Enable the language server also based on major-mode

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

2cc7311a2fb63447fda0a904a484b5bad96f1eb0 authored over 5 years ago
default lsp-gopls-build-flags to an empty list (#1134)

With the `['-tags']` default and a non-default GOPACKAGESDRIVER for gopls, I was getting errors...

90d5ddc9e843f4c257c4203320af5cd8a984c107 authored over 5 years ago
Add support for vim language server

27258c0a129803b080fa6f3d0aa40139d351cdfd authored over 5 years ago
Support yaml-language-server (#1129)

d266fd39c7789ed99005a0f4bbccf5dd88563895 authored over 5 years ago
Fix typo in lsp-format-buffer

- save-excursion -> save-restriction

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

46d89e63762ba46ec9972d036402e2d70d80a8df authored over 5 years ago
Add test for PHP Language Server to check the existence of the php script. (#1124)

Currently only the existence of the executable, which is likely "php", is checked to determine
...

09436d1a7c337776dae130a5e61667ba290ba889 authored over 5 years ago