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
- Fixes https://github.com/emacs-lsp/lsp-mode/issues/1604
85c3980f14bf8f1e8d72d9cb111158bc8427da22 authored almost 5 years agoFixes #1588
63d4731dd32cd9026f037ba8052fdac37ac37707 authored almost 5 years agof3d215afeb8bcea9a714ce948a128693d051bf18 authored almost 5 years ago
* Display the first line of MarkupContent in eldoc
Many LSP servers, like gopls, return `docu...
2b8f29f1f3780277a1454ce6be334046f281151f authored almost 5 years agoAs mentioned in https://github.com/emacs-lsp/lsp-mode/pull/1602#pullrequestreview-398270661
d89f403fbf629f4c6b95d63115a4959547cea531 authored almost 5 years ago* Protect against a missing progress reporter
If we receive unexpected progress messages, mak...
f39356dd52d421dcff0f34854ddc803887e023b1 authored almost 5 years ago* [#1599] Progress reporting: enable spinner if not percentage.
Closes #1599
* Remove exam...
b7b031f00cf2ab49c84939413ba51fc74faa308d authored almost 5 years ago3d6283f936dff2098e36b149fc414ea7acd332c8 authored almost 5 years ago
* fix: golsp panicking because of % in Bazel paths
* Only hexify minimum needed set of charac...
3e0504d74d70aa546953a181c077fc6fe7e0d9d7 authored almost 5 years ago* Process the $/progress messages from LSP 3.15
Fixes #1427
* Remove unused variable
* ...
e2d3cdfa8e09731da3caae0f29748211753814ef authored almost 5 years ago5f2340e0677c09a4180f9ee5226ca016416f0517 authored almost 5 years ago
347551b61f31b729848ac7094501f1a0d35a9122 authored almost 5 years ago
* Extract solargraph launch command to build function
This allows adjusting the command to us...
e8e52fd4b1f7c09e1f97ae9321b2b12780dbe9d4 authored almost 5 years agoFixes https://github.com/emacs-lsp/lsp-mode/issues/1587
66711284222f6f003053adc4228c534705882fa1 authored almost 5 years agof90bb805302f51c7c3b6827b768f7e0e9116a931 authored almost 5 years ago
* activate flow lang server if there is @flow or .flowconfig
* Added tests
* Fixed typo an...
990b0b1f3a7925ff8929d93493fad793e7532b69 authored almost 5 years ago- fixes https://github.com/emacs-lsp/lsp-mode/issues/1584
ec6ba447d0cd2a2677f49aa79cb6f4d0a65f2b0f authored almost 5 years ago91a4ec1a26595e061307a602483bc3726df5d020 authored almost 5 years ago
Fixes https://github.com/emacs-lsp/lsp-mode/issues/1582
e7d13396e85694f52438ffd6fdf0f32ff04489bc authored almost 5 years ago02275ba75dc6249a23119f25119a9a1349e76191 authored almost 5 years ago
5c94fbd04cd082b5d303e9b3e0332d3ba01b4ad9 authored almost 5 years ago
d5beefe3a29c5ad87445f8c4febbaa14fbb42c58 authored almost 5 years ago
c830f431be01753e0e697d96e79e6106f67f2514 authored almost 5 years ago
close #1559
9085478755182bceb9ec0a0573bb2d579fab2319 authored almost 5 years ago* Fix kind for flutter icon on lsp-dart
* Minor refactor checking kind element
06f154303dd3b11419ef724cdc2dd68978df5f28 authored almost 5 years ago* Add handling for outline option
* Add flutterOutline tree view
* improve eval for lsp-tr...
380c55b36a59b80566f0bb996f52245f5569c993 authored almost 5 years ago
A bolt from the blue.
https://forum.dlang.org/post/[email protected]
dd490db52ce884a647a286913928c14d3c43cb7a authored almost 5 years ago
401d72462f2f5f028ec1638c5fbf0e45bd387e5b authored almost 5 years ago
9ded56008146bb63b9bdc723da81812b84dcfc36 authored almost 5 years ago
c2de69cc00c69b2d49e204e8bfa6af1f11a15877 authored almost 5 years ago
* Add vls configs
* Update package version
31fe3c077fbb61d42e48108c2d02ca561f57c7be authored almost 5 years agocf9db8aaefb132563a4eb6f243b6a88be732c82b authored almost 5 years ago
* Add more variables
* Removes unsupported options and implement closingLabels
* Fix inser...
540eb3a38dea040144fad80d5a2f450da5916aea authored almost 5 years agoc96ca51ea47d2e52f9fb80e7464e18aefae18a24 authored almost 5 years ago
5c7ced462e9f57fbe0889e897cdd83cffc365d1c authored almost 5 years ago
acc0531b7f7a04aeb8055c8ed5dc0fbfa0fe7fbb authored almost 5 years ago
installing with npm is done with `npm i` or `npm install` (not `npm -i`)
0a802a6d3628ed70be91a528deb68a716c5f3c7d authored almost 5 years ago
Currently, all feature flags are by default enabled, so enabling is not very
useful. I kept the ...
- Fixes #1550
23c1b5a47d52dfe4cce5a5ee7a202e65e418708d authored almost 5 years ago9835e93f5526110bdeb164e42d8da16c1e39feb7 authored almost 5 years ago
... with unmaintained packages like cquery
e8979aeac621cf3650c161d8deeadac5f885bab9 authored almost 5 years agod42c9f0d269d4c816ca120e39230e8c1fb5765cc authored almost 5 years ago
41aa8773734884b1897e8adde1b0bd1535853c31 authored almost 5 years ago
676aa054197df83d2c78669a2a53bdb0c28ae120 authored almost 5 years ago
this greatly increases performance if the buffer contains a large number
of overlays (see lsp-mo...
Naively implement deferred semantic highlighting
whether or not this goes out of sync with the ...
76fe399b4094124baa5ac91e84614abdba4e2a44 authored almost 5 years agod00009af856532383b19eeb2b1543339adfadd9c authored almost 5 years ago
Fixes https://github.com/emacs-lsp/lsp-mode/issues/1499
741d84fbddc6c63fca9efa9baedbdedee9e885a9 authored almost 5 years ago3b75d8b9f43b826b2674c5673cac0fe6c5fdf3e9 authored almost 5 years ago
Fixes https://github.com/emacs-lsp/lsp-mode/issues/1531
f939b45de5098c45899b044c2902a24c0abcf9f8 authored almost 5 years ago- fixes #1532
451f1c7954af41a1e12d5845eec80de929437c30 authored almost 5 years ago36799a7a42b84c549a64479282bfb9b16cd865b4 authored almost 5 years ago
4f4932bb715b9d6652e5d332022e87d3ce1b1152 authored almost 5 years ago
* lsp-capf: calculate prefix length based on last whitespace
* lsp-metals: enable completion-...
2472231de1bebbd3236a3a3c8ba0cbfe58364faf authored almost 5 years ago* add support robot-framework
* fix exclude path filter and travis test
* implement multip...
24f502b63841bab28a60515bc2f561b77ce51f8f authored almost 5 years agoe7446560a00a630c90e454679d45d513b312ac80 authored almost 5 years ago
6113e321b107915375e7f3fa8e9f85242f7fc874 authored almost 5 years ago
- reworked the way :mode works. Now, instead of filtering the results we
register hooks to canc...
The args after the `--` have been separated into a new field to support
debugging.
c12ebac7de2de75eac7182ad45f7d24db1a1e316 authored almost 5 years ago
f0598d31704253cdcc90f36d5fe96abbe7acc63a authored almost 5 years ago
00c5ef3caa6dd061c1a94b056b8c0050bd4c526c authored almost 5 years ago
This is follow up for #1510.
360a1ace15254b4ed99f16eec47bad03b5967c90 authored almost 5 years agoea26e074dcf38144dc843c8b66a26cdc1cab8f90 authored almost 5 years ago
06418042545e828e7c705e1144dff8dd296c82bf authored almost 5 years ago
3cadac11092805dd10e3b21551bcdb174df15ccb authored almost 5 years ago
9f2333b1d5213f651af643ec5f2876bd987d7ab1 authored almost 5 years ago
5f6cf39b211619651a2e1449d275e0f626648307 authored almost 5 years ago
This lets the server know we only care about, for example,
source.organizeImports. The server c...
c9e80d9a8564d26ec022ea7d94de958aba60c860 authored almost 5 years ago
58996e6b25c10d039aefd96702581ec3c38f2526 authored almost 5 years ago
355d4da3ac16d801ce4760f70075997928418186 authored almost 5 years ago
00766ad62dbe679631b8361b9b26fd3d663bb6ba authored almost 5 years ago
Though I'm not sure next release version is 6.3.
9994ee22fc2f0e753737ce97b224568902b3f80d authored almost 5 years agof6be9cce4fd296c1448db2ad7b7b143951213aec authored almost 5 years ago
This is followup for #1252.
e2c00d3ac239e1089103f3a61d6003bc487fc46c authored almost 5 years ago* dls: configurable server path and args
This commit allows to custom server's path and argum...
69440cd95835b0a0af0d53426087084a4cdc4159 authored almost 5 years ago73ec64a3453ad3b66fe2bc1437ee91a63225d2e3 authored almost 5 years ago
go-dot-mod-mode is a major mode for go.mod files. Gopls supports some
go.mod features, so add g...
fc53f1b26c789dc74cdd0a090ce4899d7e10478f authored almost 5 years ago
e82a973a86f1cd9d197ec66a65daff39a3402f67 authored almost 5 years ago
3b0b7c141e0ed9e7ca57388dca612f9bbe7a5da9 authored almost 5 years ago
Adds https://github.com/d-language-server/dls for https://dlang.org.
af254138757b589654ce834915920f286ea6d4a8 authored almost 5 years ago15fbecb17f864b237bcf79d1a8fcde98f7d6ab23 authored almost 5 years ago
edf98989548774ffbd1133a52d3fe0b65de10cb0 authored almost 5 years ago
b6e893d4070c159f57407cf6aeff9e16956654f4 authored almost 5 years ago
47850fdadf2193086b55a5ac46710a71c6f66304 authored almost 5 years ago
* lsp-capf: prevent double filtering
* lsp-capf: lsp-capf completion category should not sort...
047cb465081d330ecad700f6823c09c7b3e6277b authored almost 5 years ago6a943561e2a605a8854dff19c755582ddfc08dd8 authored almost 5 years ago
8a174008990ace79669c95b716ebc69c502ba1bd authored almost 5 years ago
3ea3c9edefce967f2b68912bf3f1f484d0a363c0 authored almost 5 years ago
026ad0edf93e1a9e1d7927635a2bb431874541c5 authored almost 5 years ago
- we have to remove the old one and keep the new one.
279fd672de29a3ae80fbb52201b0c41e838938ca authored almost 5 years agoThey were added in https://github.com/scalameta/metals/pull/1414
2e6b748183d38ee79a232da4d748bead5d4d2f84 authored almost 5 years ago* Add CMake language server (#1372)
Adds https://github.com/regen100/cmake-language-server.
...
db3f7f022b6d8c509b5f5d84ff437840dc0fdaa1 authored almost 5 years ago
21df76f3e70da6c13a2446bfa43163675d48baa8 authored almost 5 years ago
Fixes #1050
a458678a0318dc30c8e7ed8a2ebfd3944cba0fa8 authored almost 5 years ago3dd5ced8065132fbc05587bf3f2f0150283030f2 authored almost 5 years ago