Ecosyste.ms: OpenCollective

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

Emacs Language Server Protocol Client

Emacs client for language server protocol (LSP)
Collective - Host: opensource - https://opencollective.com/emacs-lsp - Website: https://emacs-lsp.github.io/lsp-mode - Code: https://github.com/emacs-lsp/lsp-mode

Prepare lsp-mode for :company-candidate-kind (#1995)

- company-mode is about to introduce :candidate-kind, see discussion at:

https://github.com/c...

github.com/emacs-lsp/lsp-mode - 03509096d93f4387d0c2b76635806a44e72c27f9 authored over 4 years ago
Move Flycheck/Flymake to lsp-diagnostics.el (#1990)

* Move flycheck integration to checker file

* Rename functions

* Move flymake integration
...

github.com/emacs-lsp/lsp-mode - 01bbdd9cd002f55cfa61c96aee0803859dbfa316 authored over 4 years ago
Fix IO tests for emacs 27+

github.com/emacs-lsp/lsp-mode - 8e0f3f945e912572653d6d458ed2de428ebe439c authored over 4 years ago
Add links to cool projects

github.com/emacs-lsp/lsp-mode - 44206860be45f182747ccba8ac11dbd260043967 authored over 4 years ago
expand-snippet: indent according to the line where snippet is expanded (#1939)

github.com/emacs-lsp/lsp-mode - c333e4900297133535c78c25a197635900e937e9 authored over 4 years ago
Fix lsp-lens-backends variable (#1994)

github.com/emacs-lsp/lsp-mode - a7532c3e96c0db63abff0e9f33bb1b7104ef2188 authored over 4 years ago
Add a few ‘eval-and-compile’ forms. (#1992)

Depending whether and how these files are byte-compiled, the definitions need
to be available d...

github.com/emacs-lsp/lsp-mode - b1d15609493439b1d40a22ed40e88bdf36859069 authored over 4 years ago
Migrate to new form of ‘if-let’ and ‘when-let’. (#1991)

The (SYM VAL) form exists only for backward compatibility, and the ((SYM VAL))
form is more gen...

github.com/emacs-lsp/lsp-mode - c7199f6bd95d174b20bb5f6fb4e7b24c6ce1784a authored over 4 years ago
[performance] Improve some performance on headerline and modeline (#1988)

* Improve lsp--document-symbols->symbols-hierarchy performance

* Improve modeline performance

github.com/emacs-lsp/lsp-mode - 8fefce786564dc5373e0a512d77a1192b8c0c86b authored over 4 years ago
lsp-completion: move the rest of completion related code and change provider configure to align with diagnostic (#1984)

* lsp-completion: move the rest and change provider configure

* Update lsp-completion.el

*...

github.com/emacs-lsp/lsp-mode - 31e307e8960f2cce01f583caa956ad35ed5a18b8 authored over 4 years ago
lsp-perl: add customs for Perl::LanguageServer (#1986)

See: https://github.com/richterger/Perl-LanguageServer/tree/master/clients/vscode/perl

github.com/emacs-lsp/lsp-mode - d4296411342e4fb674155f0b831358fb1ae3ef90 authored over 4 years ago
Add missing declare statements

github.com/emacs-lsp/lsp-mode - 5b41a8df955377832a9bd930d51b0b244ea3211f authored over 4 years ago
Add dap-mode to right click menu

github.com/emacs-lsp/lsp-mode - 4f2c143a5a3f36239b1648019972d83e28bc8acd authored over 4 years ago
Drop company-lsp support (#1983)

* Remove company-lsp from configuration section

* Remove other company-lsp references

* us...

github.com/emacs-lsp/lsp-mode - e80282163ac162f1d6ae813636037f37a91e001a authored over 4 years ago
[docs] update modeline diagnostics main features

github.com/emacs-lsp/lsp-mode - c81247c337b92445e33871b4f447afc870d104a2 authored over 4 years ago
Update changelog with completion stuff (#1980)

github.com/emacs-lsp/lsp-mode - e059d1caafa649041dcc28d5e4da473fbccde007 authored over 4 years ago
Run configure hook even if lsp-auto-configure is off

github.com/emacs-lsp/lsp-mode - 21f710966800704bbc862bffdca0092c824f82bf authored over 4 years ago
Introduce :none value for lsp-completion-provider

github.com/emacs-lsp/lsp-mode - eda7bcd59db360ab6b86b355928e3beeaedcd36c authored over 4 years ago
[migration] Move completion to file (#1967)

* Move all company/completion/capf functions to lsp-completion.el

* Rename completion functio...

github.com/emacs-lsp/lsp-mode - 1caee9282638889bcdcacdad73d58490451859d1 authored over 4 years ago
Expose the library folders for solargraph (#1974)

github.com/emacs-lsp/lsp-mode - 0131f1f4c9e7823955c3b1f80881fcd7c2eaa551 authored over 4 years ago
Improve lens handling (#1963)

- deleting the text corresponding to the lens removes the lens
- lens behave better when deleti...

github.com/emacs-lsp/lsp-mode - 8ace94a7130ffdceccbf9f45f9e5ea19d34e897a authored over 4 years ago
Fix defcustom version and remove macro invocation in lsp-eslint (#1977)

* [lsp-eslint]: Fix version for lsp-eslint-fix-all-problem-type

* [lsp-eslint] Remove macro i...

github.com/emacs-lsp/lsp-mode - 28f7dd2e7787968150e6539db14b5206cb2a34ef authored over 4 years ago
lsp--on-type-formatting: change back to using tick (#1975)

github.com/emacs-lsp/lsp-mode - de4d783d7cf0191a45dbf0d473e79c7626f6e923 authored over 4 years ago
lsp-command-map: check lsp-lens-mode bound before use (#1972)

github.com/emacs-lsp/lsp-mode - 4444fcc888bf66e9cbf304a8b89415336cd431fc authored over 4 years ago
[lsp-eslint] Handle source.fixAll.eslint code action (#1966)

* lsp-mode: define the macro lsp-make-interactive-code-action

github.com/emacs-lsp/lsp-mode - 5e07078491f50282b180b5c3f57a13e2d45998b0 authored over 4 years ago
lsp--on-type-formatting: using lsp-merge instead of append (#1970)

github.com/emacs-lsp/lsp-mode - 417153e3f6fd55f347ddcf06311832761fba4c41 authored over 4 years ago
[docs] Use another Disqus account

github.com/emacs-lsp/lsp-mode - 798b228596acf0622a8e5ad123d36d0f2943e0d3 authored over 4 years ago
[docs] fix Disqus integration

github.com/emacs-lsp/lsp-mode - def6e14a635334729a988ed7e8a9124c71fcaf8a authored over 4 years ago
Fix another typo (#1965)

github.com/emacs-lsp/lsp-mode - 1530757b9c66c88ef77cf97bd023211de9833ed0 authored over 4 years ago
Fix typos (#1964)

github.com/emacs-lsp/lsp-mode - 1c18d4362d7cacc3b4ef8ff5cc9f336c123a89e5 authored over 4 years ago
Proposed fix for #1941

github.com/emacs-lsp/lsp-mode - f60a05485da833e8458ea1493bcbe351364ead71 authored over 4 years ago
Fixed the test for lsp--get-indent-width

github.com/emacs-lsp/lsp-mode - c0981074cf104f23f0fedca62bd34e52a0babfa2 authored over 4 years ago
Added test for lsp--make-document-formatting-params

github.com/emacs-lsp/lsp-mode - 92f0fe24f112e0a6b4e47a7c7ca79897aa1ffc13 authored over 4 years ago
Fix lsp--get-indent-width

Fixes #1962

github.com/emacs-lsp/lsp-mode - fdbc03c505dcae7e27b60893848dcd63bea34660 authored over 4 years ago
Remove some Emacs < 26, and fix some whitespace/indentation (#1955)

* Remove checks for Emacs versions < 26

* undo-amalgamate-change-group
* dom-remove-node
* ...

github.com/emacs-lsp/lsp-mode - b08232485c050708ea261405ced8d704a5861d49 authored over 4 years ago
[blog] Add disqus comment support

github.com/emacs-lsp/lsp-mode - 87585f4dfb26e537bb83b1c8a9697a0291402747 authored over 4 years ago
formatting-params: using indent as tabsize (#1960)

github.com/emacs-lsp/lsp-mode - 82862cb6ceab6db2d4489598823a96f3a3aa7aed authored over 4 years ago
Generate unique name for code actions (#1958)

- fixes #1956

github.com/emacs-lsp/lsp-mode - aa52c6dc6d771924da1dff266c878e3fe78458cb authored over 4 years ago
type-formatting: do best effort async text edits applying (#1959)

github.com/emacs-lsp/lsp-mode - 41ba941797f5c0cb9b251af5ea37922595d772bc authored over 4 years ago
Add ert-profile to .gitignore

github.com/emacs-lsp/lsp-mode - a352fc4c3be21c703378be4d14cc6cf823f6c9a8 authored over 4 years ago
Drop 25.x support (#1954)

Fixes #1668

github.com/emacs-lsp/lsp-mode - 602934e54ea687df43c2540df08dab046c1008c9 authored over 4 years ago
Merge completion results so :isIncomplete is preserved (#1937)

- without this change lsp-completion-list? may return false for the stuff that
is returned by m...

github.com/emacs-lsp/lsp-mode - 1692d9f31d1dfab65895abc12fa4f6230aff2837 authored over 4 years ago
[lens] Move lens to another file (#1953)

* Migrate lens to another file

* Rename enable variable

* Rename functions

github.com/emacs-lsp/lsp-mode - a94f6f8618d65c10e94a53b0b73ab686790f3999 authored over 4 years ago
Make semantic tokens fetching conform to spec (#1906)

* Fix request to get tokens for entire buffer

According to spec, the method to get tokens for...

github.com/emacs-lsp/lsp-mode - 0a2786067466a3f1bee964a8cf0e48184eab7f9b authored over 4 years ago
[modeline] move modeline features to separated file (#1931)

* Move code action modeline to modeline file

* Rename modeline code actions functions

* Re...

github.com/emacs-lsp/lsp-mode - f04d0182f08775529509cccc6079b5a8bdd77f9c authored over 4 years ago
Handle when parent dirs are not present when doing rename/create (#1951)

github.com/emacs-lsp/lsp-mode - a7d87580b260858e93b69f25bbff41cae089e3aa authored over 4 years ago
Fix the type of lsp-vetur-experimental-template-interpolation-service

Fixes #1950

github.com/emacs-lsp/lsp-mode - 15082f7a83b3c5b8eb58853e8d6c4cdd94e29c3f authored over 4 years ago
Improve the defcustom generator

github.com/emacs-lsp/lsp-mode - 0c3fff596120b926767713ef3373d97cbe894af5 authored over 4 years ago
lsp-headerline: go back to returning strings in the components (#1946)

github.com/emacs-lsp/lsp-mode - dbf9bade9f03004ba21761611beb9cc8a882b163 authored over 4 years ago
Fix modeline face (#1945)

github.com/emacs-lsp/lsp-mode - e05e3844dc7848415825900ebe66d16919293458 authored over 4 years ago
lsp-headerline: refactor and allow browsing clicked directories in Dired upon clicking (#1943)

* lsp-headerline: browse directory in Dired upon click

* lsp-headerline: refactor

github.com/emacs-lsp/lsp-mode - 943c15e23019ed3bdbce6569a770d035cb2bea40 authored over 4 years ago
completion: support resolveAdditionalTextEditsSupport capability (#1859)

github.com/emacs-lsp/lsp-mode - 388a7e88deabbc4ede080e836c75c86053e48091 authored over 4 years ago
Move lsp-with-current-buffer declaration up

Fixes #1942

github.com/emacs-lsp/lsp-mode - 0d200ec1050c41e2c664a459fc5d1faca9fea6ea authored over 4 years ago
Prefer rust analyzer

github.com/emacs-lsp/lsp-mode - fa39a78641af9755a56f7824fb9a838688b69ae2 authored over 4 years ago
Indent snippets everywhere but in org-mode buffers (#1935)

- Fixes #1805

github.com/emacs-lsp/lsp-mode - 00fcee92ae2e57055fdb31d25741b9637fe96215 authored over 4 years ago
lsp-headerline--go-to-symbol: widen to include already narrowed region (#1938)

github.com/emacs-lsp/lsp-mode - 8ae88c4b20285bb7bcffa04681781a258eb5aaf4 authored over 4 years ago
Fix bug in `lsp-headerline--filename-with-icon` (#1934)

* Fix bug in `lsp-headerline--filename-with-icon`

returns `nil` if `lsp-treemacs` is not avai...

github.com/emacs-lsp/lsp-mode - 7206d36f5d8dbeb4f2fc7b6233dca7701794f7f9 authored over 4 years ago
Fix quote in lsp-rust code

github.com/emacs-lsp/lsp-mode - 3f749aff69367c349248bef68e33cee4a7eb0daf authored over 4 years ago
Do not call on-idle hooks on each server event

github.com/emacs-lsp/lsp-mode - 52d5c941630ededd30b3e75c72e10d04b2a1abdb authored over 4 years ago
Fix the check for snippet text edit

github.com/emacs-lsp/lsp-mode - a3b6ed59c5031b9815619c9d0905522c20cfe1bb authored over 4 years ago
Call lsp-unconfig-buffer and lsp-configure-buffer only in live buffers

github.com/emacs-lsp/lsp-mode - 124505afed28eabcb0e1f4448778e49bb958b5ba authored over 4 years ago
[Rust-Analyzer] Support SnippetTextEdit (#1926)

Fixes #1907

github.com/emacs-lsp/lsp-mode - 9eb332486eea74daf6cbb4be20ea462a8208fc4c authored over 4 years ago
Replace .editorconfig with .dir-locals and .gitattributes (#1928)

* Replace .editorconfig with .dir-locals and .gitattributes

Everybody working on this project...

github.com/emacs-lsp/lsp-mode - fa7ca1f88f1a44baafd7568c39ba8a6459591b01 authored over 4 years ago
Wrap treemacs get icon call (#1919)

github.com/emacs-lsp/lsp-mode - 305794f9d7a80c3c8e6bb4d9f41a820f0e6653c3 authored over 4 years ago
Provide lsp-diagnostic-clean-after-change setting (#1927)

see https://github.com/emacs-lsp/lsp-mode/pull/1820#discussion_r456030583

github.com/emacs-lsp/lsp-mode - 6b6e60535884a162b27b5aca1cff96354bfc9b46 authored over 4 years ago
[breadcrumb] Move headerline to another file (#1914)

* Move to separate file

* Add missing defcustom for created hooks

* mode auto enable to ls...

github.com/emacs-lsp/lsp-mode - 67b739cd9aa22fccb6cf07c758704895fd3629d5 authored over 4 years ago
Change danielmartin to kiennq in members list

github.com/emacs-lsp/lsp-mode - 0a2993eca0bfc3c5ee481dc38b84fab7d7878c61 authored over 4 years ago
readme: Add myself to member list (#1925)

github.com/emacs-lsp/lsp-mode - 70cfbdd6378b9aef83cc6b98dce11887fc3348fe authored over 4 years ago
use :is-incomplete in lsp-make-completion-list (#1923)

Co-authored-by: Andrew Christianson <[email protected]>

github.com/emacs-lsp/lsp-mode - 872084574272e2759e0814b62a29cf944ecfbb81 authored over 4 years ago
Prefer lsp-headerline-breadcrumb-symbols-face over -separator-face... (#1920)

...for optional numbering of breadcrumb symbols.

This is more consistent UX since the numbers...

github.com/emacs-lsp/lsp-mode - 9571998e1cd92d26827e770ffe6495bd08d5415e authored over 4 years ago
Create CONTRIBUTING.md (#1908)

* Create CONTRIBUTING.md

* Update CONTRIBUTING.md

github.com/emacs-lsp/lsp-mode - e8ed95f0dfefd725f45464009e82cf3299cd84ff authored over 4 years ago
[breadcrumb] Permit visiting out-of-bounds parent symbols within a narrowed buffer (#1916)

github.com/emacs-lsp/lsp-mode - 9921f58bfa395ef921f5ed6deae9e6b91c3c0f45 authored over 4 years ago
[breadcrumb] fix wrong font face

github.com/emacs-lsp/lsp-mode - 865ab8bfe6fb9570cd3e35e1a625cdc75d933c6f authored over 4 years ago
Optionally number breadcrumb entries (#1915)

This obviates the need for the user to manually count symbol positions
when using lsp-breadcrum...

github.com/emacs-lsp/lsp-mode - 490dd3d498deeaa1590663f40f116ecdc187c9fe authored over 4 years ago
Rename lsp-foo-bar-mode to lsp-placeholder-mode

github.com/emacs-lsp/lsp-mode - cf2cdf7cd1f7294eb8101b01ae7192d0ecd9ee6b authored over 4 years ago
Do not enable lsp checker for python-mode unconditionally

github.com/emacs-lsp/lsp-mode - 5f72463078309071fd6446d6550218a728004110 authored over 4 years ago
[WIP] Permit dynamic semanticTokens registration (#1869)

github.com/emacs-lsp/lsp-mode - 68cb3b2db23823c3651c0c9f24c06b55ddb6010b authored over 4 years ago
breadcrumb cache path-up-to-project segment (#1913)

github.com/emacs-lsp/lsp-mode - 3eac76ae9a9da1938ef8813a23a823757eeb66d0 authored over 4 years ago
for breadcrumb related cleanup (#1912)

- use defface for faces
- use <unknown> for unknown projects and introduce different face for it.

github.com/emacs-lsp/lsp-mode - 161bb549d41a626b95687a760e11a2f02019e927 authored over 4 years ago
breadcrumb: handle files in project root (#1910)

github.com/emacs-lsp/lsp-mode - 56427e052fb19393731fef4d8df986fa506e17cc authored over 4 years ago
plists migration - use lsp-signature-help?

github.com/emacs-lsp/lsp-mode - bf241ddde9b97f82f02df573d3ab56aac3844b3e authored over 4 years ago
[docs] add main features section with more features examples

github.com/emacs-lsp/lsp-mode - bd0664027e03b6d03b47ed028ebfdcdbb4523a76 authored over 4 years ago
[breadcrumb] Fix unknown projects (#1909)

github.com/emacs-lsp/lsp-mode - a37aa75736f45359f982eafa3e686eaa0a73c2e7 authored over 4 years ago
Fix and improve rust-analyzer runnables support (#1898)

Update the command based on the new Runnables protocol, see
[rust-analyzer lsp-extensions doc](...

github.com/emacs-lsp/lsp-mode - ce4d73558ecf990602e685ad27a71c586a587e88 authored over 4 years ago
lsp-capf: allow to customize filtering with incomplete completions (#1904)

github.com/emacs-lsp/lsp-mode - 3da4f2bd6ab7616d34d14cf94c897f6405a4c560 authored over 4 years ago
[breadcrumb] custom segments + icons + docs (#1901)

* Add custom prefix option

* Improve docs

* Use treemacs icon on filename

* Update docs...

github.com/emacs-lsp/lsp-mode - 392e69a50099313baa13675c55a2bc7a94d739ea authored over 4 years ago
Proper spacing in breadcrumb (#1900)

github.com/emacs-lsp/lsp-mode - bafb2d389ddb225b6cec990e0f8725f49f13e84f authored over 4 years ago
[docs] Add breadcrumb and modeline code actions on overview

github.com/emacs-lsp/lsp-mode - f32952c53490ccd227adc54dce0f7cdfd7c6ea96 authored over 4 years ago
Improve breadcrumb (#1899)

* add options to narrow and go to symbol on breadcrumb

* Add directories to project root on b...

github.com/emacs-lsp/lsp-mode - 5ef8c1f586663ecf8a93a14248ddaed900b5b59b authored over 4 years ago
Activate rust-analyzer inlay hints mode in :after-open-fn (#1897)

Check whether inlay hints are enabled in the :after-open-fn rather
than at load time. Currently...

github.com/emacs-lsp/lsp-mode - 7910f4c81daefaeec1fd709121ab94bf2f8a46f5 authored over 4 years ago
lsp-completioin-at-point: invalidate cache when the bounds-start is different (#1896)

github.com/emacs-lsp/lsp-mode - 7e47b706aebee13aed9bd7db54b6c0726d84688c authored over 4 years ago
Added option to skip kind in completion (#1895)

github.com/emacs-lsp/lsp-mode - 267c10c3204192380e79473d3f9b7775267c55dd authored over 4 years ago
Proposed fix for headerline icons bkg being off (#1891)

github.com/emacs-lsp/lsp-mode - 7100e254bd2ce4c71e23b28084f062382a2b7291 authored over 4 years ago
lsp--capf-filtering: dont reordering the first time completed completions come (#1886)

github.com/emacs-lsp/lsp-mode - ff6c57452cc09bfab23d3214d7a717d862540b39 authored over 4 years ago
Use lsp-treemacs-symbol-icon to avoid issues with macro usage

github.com/emacs-lsp/lsp-mode - a6122fbdceaefbe983c9b47e22ec96563059ad40 authored over 4 years ago
Create FUNDING.yml

github.com/emacs-lsp/lsp-mode - 14881db4d8848336dd9d9bfc1e4caa5f06cbb17b authored over 4 years ago
[docs] remove duplicated changelog

github.com/emacs-lsp/lsp-mode - 3aad14064cccf530ff58ffc4263bd99de44e9fe1 authored over 4 years ago
[docs] Add link to opencollective

github.com/emacs-lsp/lsp-mode - eaa802677cbaa808dcde9c23fe2d95fa950827b4 authored over 4 years ago
Add FAQ entry for on demand workspace/didChangeWorkspaceFolders

Fixes #1775

github.com/emacs-lsp/lsp-mode - 533a7899d021044f0b1b568fea14df5fb0e0b3ea authored over 4 years ago