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

Implement status bar for diagnostics

- Fixes #750

- ATM there is no way to see the global/per project error statistics.

232c33eb4148b63e3e2aadba116782fa2ca0b25f authored almost 5 years ago
add group to rust-analyzer defcustoms

76bcbcb4b027aa9857a4105bc0469f963bc1cf76 authored almost 5 years ago
use lsp hooks for rust-analyzer hints

63eb53c48a04122f6a1c36cbfa158ff8adcc82dd authored almost 5 years ago
fix docstrings

be0f5868d625657aa105def14cb7c1ac358946da authored almost 5 years ago
Adds `lsp-intelephense-multi-root` custom flag (#1460)

* Adds `lsp-intelephense-multi-root` custom flag

This flag is used during `make-lsp-client` f...

5862fd5ef472c4c584415b400512a0c56fd75301 authored almost 5 years ago
Accomodate the new :end-column and :end-column from flycheck (#1455)

- see https://github.com/flycheck/flycheck/pull/1676

1ab56d29bb3280584e24a68cd3ad5dc5d0563752 authored almost 5 years ago
Add formatting section

fc812bea1f825e96190b84902352b34255837f67 authored almost 5 years ago
lsp-capf: dont filter candidates if the result is incomplete (#1457)

d831bb2c57d9d4cc1eb2da138c66e2f8d3ed1dff authored almost 5 years ago
Merge pull request #1453 from contrun/change-rust-analyzer-path

update rust-analyzer path

f47b9a59e08067bd5fd939303e3bb45b5fd24455 authored almost 5 years ago
lsp-capf: convert from LSP snippet to yasnippet (#1454)

6fa6be75c7ddea27f14364e6d511ed4f0af7f00d authored almost 5 years ago
update rust-analyzer path

d22c002dfdbe03a9e5066021ae94779a5e483f98 authored almost 5 years ago
Hide code lenses before revert-buffer (#1434)

* Hide code lenses before revert-buffer

* Remove unnecessary lambda

9982b7ed5d96eb46cc1de0501de3b66944b90ff4 authored almost 5 years ago
Extend semhl support for scopes defined by clangd

fd50479067005296a4ee84c01ce5d2994fab04df authored almost 5 years ago
Merge pull request #1446 from emacs-lsp/rust-analyzer-binary

update rust-analyzer binary

919fcc9ce49aafde87dcc6b8fc7454fa208c2d08 authored almost 5 years ago
update rust-analyzer binary

close #1431

9a10f8f044b723ca5d59b397f96365eeca9d4daf authored almost 5 years ago
lsp--capf: Improve highlights of matched characters in candidates (#1445)

1b5963dc04c6aa2f29c508ed3863f99b932974ac authored almost 5 years ago
Change licence key configuration for intelephense. (#1443)

dd37b79d6795811d89cfbb2df39bf17662afad69 authored almost 5 years ago
Don't ask for signature help when the server not support it (#1444)

984c769a0251e1ac990fe136e8cc4ac8b654fbaa authored almost 5 years ago
lsp--line-character-to-point: `character` 'nil? (#1440)

* lsp--line-character-to-point: `character` 'nil?

Fixes https://github.com/emacs-lsp/lsp-ori...

e702b81bbe7ed1f3175131147de34b327235b4ad authored almost 5 years ago
lsp-json: Enable formatter provider (#1439)

1343e5867281bfb7278c66f845eb6cc0f5815368 authored almost 5 years ago
Make sure the changes are flushed before sending notifications

- revert delaying incremental changes

see https://github.com/emacs-lsp/lsp-java/issues/195

e61aa820f89270c3275743cd5945ecf7cf1bcd9e authored almost 5 years ago
Do not resolve the completion item before inserting

See https://github.com/microsoft/language-server-protocol/issues/924

f6ec81b07039b5279bfd6dcd906e284d44f4a035 authored almost 5 years ago
Update troubleshooting guide

857ccb0e1bb47d2a6620b5cc61538ea9886e99f6 authored almost 5 years ago
Omit unneeded calls to `remove-overlays` (#1432)

2fc0963a50488c47a5be3836ad042380b71d1cfb authored almost 5 years ago
Documentation fixes

fixes #1414

27768c6c15c0779b0ac92212f87eec0873fb1f0a authored almost 5 years ago
Do not call the server if additionalTextEdits are present (#1429)

- as per spec textEdit/insertTextFormat and insertText are mandatory so we have
to call resolve...

a3aae245ed18e1aa0393e02d2b2c4f168ca6c401 authored almost 5 years ago
The incremental updates must not be deduplicated

0bfd69651ba2273469a888e4c04aea6257de1478 authored almost 5 years ago
Add Elixir to supported language table in README (#1428)

https://github.com/JakeBecker/elixir-ls has become inactive for an extended period of time. http...

2d823ccf4a58ab7603fe90883648e26de6b3f8d3 authored almost 5 years ago
Improve lsp-mode completion performance (#1419)

ATM lsp-mode completion slows down sometimes because we receive diagnostics or
related results ...

da406084aef627eedaadeb94d96e1ddd53860673 authored almost 5 years ago
Make sure signature is automatically cleaned and a bit of refactoring (#1426)

* Make sure signature is automatically cleaned

* Change from setq-local to setq for defvar-lo...

ab581ebffcb05fa3de103394a4c9034a768417cb authored almost 5 years ago
Propagate update? flag to install server functions (#1420)

4090b15681a0fdb112a7086bc252d792328ae7f3 authored almost 5 years ago
Provide option to configure which clients to be required (#1163)

- ATM we either require automatically all clients defined in lsp-clients or we
do not require a...

4d59bded6bbba6d3bc73032305d1b3c071eb73c4 authored almost 5 years ago
Fix lsp-install-server doc (#1417)

e5d3fc5b02bc01aff5c5610923e3e18f0fe04774 authored almost 5 years ago
Quote status returned by server. (#1415)

Servers can return % in the status string which leads to errors when
displaying it.

1a03b0fcb818a250b57772530703ba887caac4c5 authored almost 5 years ago
flycheck-check-syntax-automatically must be changed conditionally

`lsp-flycheck-live-reporting` should be set in case we want to
flycheck-check-syntax-automatically

95be3b1aafbeb713efb6451c7d6c310868c61cec authored almost 5 years ago
sending nil pid (#1408)

e7c7abf23631da04218db94960435591811ed77b authored almost 5 years ago
Fix lsp-signature-activate

- we have to clean lsp--last-signature-buffer when activating the signature help
otherwise it wi...

7f68f9231f248ec613afe4d15cd69c8f37f27059 authored almost 5 years ago
lsp--describe-buffer might not be set

It is not guaranteed that the :filter function will be called after
describe-buffer-bindings cal...

5a6a265b077ab97c26edf84473a062b5aa96624d authored almost 5 years ago
Add clang-tidy specific Flycheck error explainer for the lsp checker (#1406)

* Add clang-tidy specific functionality for the lsp Flycheck checker

* lsp-cpp.el: New file t...

670392078886d6ff6c129ba83b35a4f288504549 authored almost 5 years ago
Ignore .ccls-cache for file watching (#1404)

.ccls-cache is an internal directory created by the ccls lang server.

c8188efeba84ff51b437f9f0b58e3947a5bd3c83 authored almost 5 years ago
Fixed a typo: "null" -> "nil" (#1403)

Though it's `null` in json, it is `nil` in emacs-lisp.

6bdb62c1e265c9e45d0085a2036e732c61f8133e authored almost 5 years ago
Merge pull request #1393 from 15cm/master

Support pyenv in pyls

6a7d63d3dae52cf641244f66a4de78792fca4cd2 authored almost 5 years ago
Fix off by one :column reporting for flycheck

cc9ec0fbbc0584ecc439229fa93e432143095a62 authored almost 5 years ago
Fix wrong setting in the readme

"500 seconds" is too much.

9ef7a926940b499aa7ca5617f3751731e7670d0a authored almost 5 years ago
Disable pyenv integration for pyls by default. Add checks before calling `pyenv`

f7220e45b13a50f2bafb78dc720015b6c8bba4b5 authored almost 5 years ago
For lsp-client-settings values, supports function and extracts lambda out

699ef4911a25e523d93c5d03f8a16785f06a8c03 authored almost 5 years ago
Use lsp--remove-overlays.

77666588501fade7eeab539cb7fdbd57623688e5 authored almost 5 years ago
Handle metals/status notification.

e5147795735f0b9f64eb1a4d750cf6bc109e74c6 authored almost 5 years ago
Fix clientInfo information

51dd86473edfeaef067bfc9f9063c7d72dbf8831 authored almost 5 years ago
Fix typo in readme

9bb88517cfac389e5dbe1c64be93c42ee2fb1c62 authored almost 5 years ago
Use lsp-workspace-status instead of custom variable.

df4e0cf8ee6f1a523547324938480be970c6e54a authored almost 5 years ago
Performance optimization guide

9fb99fa6d11ff3ba3db1e8e162000d154d2dee0b authored almost 5 years ago
Move flycheck integration in lsp-mode (#1384)

- fixes https://github.com/emacs-lsp/lsp-ui/issues/301

- Introduced `lsp-diagnostic-package` ...

a2b13ddfd20fb5db67a1ba4891dad2e005ffaf87 authored almost 5 years ago
Merge `lsp-register-custom-settings` in lsp-pyls

9cabe539a49e2e1805c5f197ce0c0614bcd208ba authored almost 5 years ago
Add an option to specify pyls environment; Fixes on pyls pyenv support

- For Custom settings PROPS, adds doc for lambda function support and strips a
prop if it is not...

e862da350738ccd132123883b1dd294c496cff27 authored almost 5 years ago
Merge pull request #1395 from flodiebold/rust-analyzer-updates

rust-analyzer updates

efca9d5c70d8340ebf0640a6d3af7451d13109f5 authored almost 5 years ago
indent function

e9cc0a5207b8c7c1ba5aa613277a0c28cb2eeac6 authored almost 5 years ago
Add rust-analyzer runnables support

2d87d16e73a44fbcc83f07f1d378abf5f150384a authored almost 5 years ago
Improve rust-analyzer inlay hints

b33390bec27a1ab9334830fd1750d440d4e6f16a authored almost 5 years ago
Merge pull request #1390 from emacs-lsp/auto-imports

add lsp-rust-select-and-apply-source-change-command for auto imports

c8a4bc9aa5571a69de3c6825563a373520a55337 authored almost 5 years ago
add lsp-rust-select-and-apply-source-change-command for auto imports

982639b7f7dafdaab05c383fcddea2b796fab579 authored almost 5 years ago
Add missing paren to which-key config (#1394)

The documentation is one paren short in the declaration of use-package for which-key. Users who ...

abab4fdfce36e1d57888b9af25264d877a02a650 authored almost 5 years ago
Support pyenv for pyls

Different environment is supported for pyls in
https://github.com/palantir/python-language-serve...

d4c2530220cc23b1e19adbf4cd142eab03762db4 authored almost 5 years ago
In custom settings, support lambda function and pass workspace to it

f6566aaa30f64f2ac8a8f43df5cc84976b2ca390 authored almost 5 years ago
Make TRAMP sample configuration clearer (#1391)

08856354c9352f1d68fcdde56f3dcc22f45b323a authored almost 5 years ago
Fix formatting lsp-method-requirements (#1388)

Fixes #1387

c8e4b5e3b117271c804222f870d82791ad36ae06 authored almost 5 years ago
Fix typo in lsp--update-on-type-formatting-hook

Fixes #1379

- the hook must be local

646ff5bf9968618d953323d873225a4482fa1ec7 authored almost 5 years ago
Remember buffer for scheduled lsp-lens-refresh. (#1375)

6e4e0688d8188f76850d165732b5b996d50f98f6 authored almost 5 years ago
Add CMake language server (#1372)

Adds https://github.com/regen100/cmake-language-server.

e435e2cc77737d40f7c61b2a32e92c59e3f3fcf8 authored almost 5 years ago
Include ghdl-ls as vhdl native, direct server (#1367)

* Include ghdl-ls as vhdl native, direct server

No need to go through hdl-checker

* Fixes ...

35b3c848115ed09605f92d9aac9fe239f3df2b0f authored almost 5 years ago
Do not append (kind) to imenu items (#1368)

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

8b7c12851977372d7d9820d16b8f1523fc80a066 authored almost 5 years ago
Update README.org (#1374)

21baf3888311000548d58b7ad6a88e5106199537 authored almost 5 years ago
Remove unnecessary nconc. (#1371)

1e49cedd903727d511a8e90ada9ce9d3f84f6b80 authored almost 5 years ago
Add missing recursive call when building trees from folding ranges. (#1370)

7268ce5777b15b3d3f9b96928735ecc7944c3d0e authored almost 5 years ago
Metals refresh lens only if lsp-lens-mode is enabled (#1362)

af9afac8cdb7b0a011296f184972ac398f0bdf52 authored almost 5 years ago
Implemented debug adapter protocol support for metals (#1357)

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

4a429edee2c501389a23ea683c5d89761524ef32 authored almost 5 years ago
Add support for Dhall (#1359)

* add support for dhall

* Alphabetize README.org

6d4c54e869a6f43ab035d6ed91f58a45aab1bee1 authored almost 5 years ago
Add default keybindings and which-key integration

- added `lsp-command-keymap` which will contain all `lsp-mode` shortcuts.
Introduced `lsp-defi...

4137054b7d7701eab0d1d66efd8939996dbebace authored almost 5 years ago
Don't prompt about opening a web page if server can't be installed (#1355)

With python and the pyls language server I get this prompt every time I open
any python file wh...

ce8568381bf8c9a1064db16f63b6f32cb8d97e3b authored almost 5 years ago
Send metals/didFocusTextDocument notification on buffer change. (#1353)

91e37a61f4ac220f42267536969642db1f65761b authored about 5 years ago
lsp--uri-to-path: use utf-8 when locale-coding-system unset (#1354)

71713b599cb276a9912f9bb1d656d551e6524f05 authored about 5 years ago
Fix type argument error when using xref-find-references (#1352)

58dd4bd3808b901e4581c8f6825ebd3b7313b276 authored about 5 years ago
Don't pass empty argument to vhdl_ls (#1347)

8f08b55d24c9e07d8ae443f6807f4848e21be981 authored about 5 years ago
Implement metals decoration protocol. (#1346)

bc51f4a20b65737f3821e13edea52596a4be1bdb authored about 5 years ago
Add server locations, special-mode for stderr-buf, fix types (#1335)

* Add server locations, special-mode for stderr-buf, fix types

1. Add defcustom lsp-server-lo...

fd30c1901b5a6356e898bbddd18a9d291aac3735 authored about 5 years ago
Updates installation command for digestif (#1345)

The installation command for the Latex LSP Server was broken. This
change escapes the double da...

671e66c45a0e483418d0ba3789d67e058eda2989 authored about 5 years ago
Update lsp-groovy-vars.adoc (#1341)

* Update lsp-groovy-vars.adoc

updated according to https://github.com/emacs-lsp/lsp-mode/blob...

22517458ba3fa80fdee028f5a6921eea6ab13050 authored about 5 years ago
Should not cache completion candidates when it's empty (#1336)

843000b373b2ab50a2c14742acffacaee2be6edc authored about 5 years ago
Fix typo (sening -> sending) (#1338)

5f2d9d6a95e29106fead6fc5865facba07755009 authored about 5 years ago
Add option to enable/disable autopep8 plugin (#1329)

* Add option to enable/disable autopep8 plugin

* Disable yapf by default

73abce4b98b810aac5c68ac518d8eba59a81b5a9 authored about 5 years ago
Handle when load-file-name is nil

Fix https://github.com/emacs-lsp/lsp-mode/issues/1281

09d2195f8e9472fe3c0b8a7a5ead4864e98de8be authored about 5 years ago
Cache completion candidates in lsp-capf (#1334)

* Cache completion candidates in lsp-capf

* dont cache for completion-at-point

7b38b66b46e0aac4ff1f89dfc42fa599b84aa858 authored about 5 years ago
Create getter for lsp-file-watch-ignored

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

e9c602cd3281f0346dab19c310f3b3b3d1fe1b1c authored about 5 years ago
Rerender lenses when all backends has returned result

c7dc0ed22a3fc3c759809b7e9d8a62be2311b31c authored about 5 years ago
Fix gui display matches for completion item (#1333)

d4e9724da38ba2b9ae0f394519945a30de5b3ce5 authored about 5 years ago
save start-point and prefix-line for each completion item (#1332)

91770f57db88dccf52e9160780ebeedacda0de46 authored about 5 years ago
Enable completion in comments for intelephense server

1046e5c2330c368c43ccc05db173172a4ed2affe authored about 5 years ago
Merge pull request #1310 from jerrypnz/rust-analyzer-lib-folders

Add rust-analyzer initialization options and library folders

540026ec7c9b79f1a0ad91b5e215bec5aaa876b3 authored about 5 years ago
update groovy support to new language server (#1319)

https://github.com/prominic/groovy-language-server

f90ba14b0574d2fac31b6c797b49113e4de632dd authored about 5 years ago
Show first 20 lines from the signature

- Fixes #1315
- Fixes https://github.com/emacs-lsp/lsp-ui/issues/377

- Use `lsp-signature-toggl...

e95109b8b84201c299f54d5f22e84e5eb6511ac4 authored about 5 years ago