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
ac73bcba76d0360da68bbf201f40ffa9b178334c authored almost 6 years ago
- added test for lsp-find-references
204b02c019759c04bafce7d9eb4a9978b0099700 authored almost 6 years ago* Only update flymake diagnsotics on publishDiagnostics
This changes the way the flymake back...
72b567d6f737b14e37bab2438d37bddb60c47fa9 authored almost 6 years ago0dd656f94b198a75e0cbbce6112d77937c30db34 authored almost 6 years ago
Fixes #683
2e9b5814576086d2b03ffe9b46c20efc2e23f87a authored almost 6 years ago
This fixes a bug where flymake would not delete old diagnostics if the buffer
hasn't changed si...
Use seq generics instead of list-only functions.
d5d1434aa0831f19ced2cc1b5426626df798a93a authored almost 6 years ago
This leads to flymake diagnostics with `nil` as type, which in turn leads to
`nil` in the overl...
44865a5b1e6815413c59c196c5da7e04f85514bc authored almost 6 years ago
Fetching and installing packages over plain HTTP might not be a good idea.
ae93075733de4d1360d9c8d4f3e1e6c3df6294f5 authored almost 6 years ago
This is necessary so that servers know lsp-ui is able to render
markdown.
Fixes #671
Fixes #670
f16c446dbfb377d4d60909254b8916991803415b authored almost 6 years ago
97cb7dd186f2cff5df5a4e9831f80cbb85d366c9 authored almost 6 years ago
9da97e8c1eeba6623c8e912ee756bf7702e073ea authored almost 6 years ago
* This change is needed in order to avoid rendering lenses which are created for
different ver...
dd8bd7fabaddccffcbee72e8893fe03734ba1b92 authored almost 6 years ago
* Introduced lsp-tcp-server connection type
* Changed sync execution to use the async method to ...
30ce309e7afa0004174b57ba198c1503b77c7840 authored almost 6 years ago
There are two client definitions for go: one hard-codes go-langserver, the
other one uses lsp-c...
575f1d8fe56911600b317b8c2ca6f0df6276f7b7 authored almost 6 years ago
9b011e8b0310e9a716287e03adea5c8629bbd5bd authored almost 6 years ago
This change ensures that "snippetSupport" is sent as JSON true or false
instead of true or null.
This adds the disableFuncSnippet initialization option which is recognized by the bingo
languag...
Add `textDocument/documentLink` support.
93665db2c27f7be05d0b5168372a793596c77b0b authored almost 6 years ago425108b71061015b20bba471518d460c789c852b authored almost 6 years ago
d7e3ae779fddf76cbe4d124ba3f90e3558fbd859 authored almost 6 years ago
5926df507a71d7ebf59648cd29be5dc19877b556 authored almost 6 years ago
186cfc74263b892f3f8546bf7345545b8b633fb2 authored almost 6 years ago
e746a871ab958324bf682479b4f4826caa0e8d39 authored almost 6 years ago
b27a83f4ac22be5b07b4cabc9399261576ac6e34 authored almost 6 years ago
3cdee780e0500299fb675507fa190d5d11dbca9c authored almost 6 years ago
* lsp-enable-links, lsp-links-check-internal: New variables for
customizing documentLink behav...
6dc60e219a7d3187b6f424b8ded96fae963b1602 authored almost 6 years ago
e9b95e1b81845b1330a98f85e4fda7028a8eda8f authored almost 6 years ago
d6d6d1b091ade1d4b898ccc99f16c386d5bae149 authored almost 6 years ago
3b890663421cfe687ef3429b43b342189bdb4b78 authored almost 6 years ago
lsp-save-logs: New function (Fixes #644).
905596afe152fe91465c4d4f3aad8a069b02867b authored almost 6 years agof5e1dfae2c932091229e1c7f771b99d18e4dbcae authored almost 6 years ago
cb5eb69602e86aaba9d9c678b5924a627d708c54 authored almost 6 years ago
6caba6d2edb1a4b3d9a14fbb3d3053ddd1810724 authored almost 6 years ago
91b26d69b21b763539005823e2a6b3f1774cdc9c authored almost 6 years ago
See https://github.com/emacs-lsp/lsp-mode/issues/646
09b47afd5df8d007421b3aae07b918029bd24a80 authored almost 6 years ago03e727718e6da93a2344392545534102de715c5c authored almost 6 years ago
d86eb6bdf8ce8a2fb2d5b69ca726e533af85d1cb authored almost 6 years ago
da511725adb29ec2b6c409a09854ccb341067ab7 authored almost 6 years ago
cd352b3a47949da27623e9ca61722e8e8f1ee10e authored almost 6 years ago
46efebc0ba3b05c276ba78f66c4fbb3bc2e1ba6e authored almost 6 years ago
b2ae195fb5aac5e6bf0866b834b7ebf6b0bb7c77 authored almost 6 years ago
This change enhances the eligible mode pool by introducing `web-mode`, and uses
`derived-mode-p...
Flow files can have the following header marker:
/**
* @flow
*/
This commit enhances t...
d6ca63e49307af76a228d1f0521973a1f6cc9af9 authored almost 6 years ago- added logging related to testing the server availability
89cd1d6654793f7413f7a1eea3e0ac6870015001 authored almost 6 years agoee21627416d25224c697ed92d63bb8dd8c29b859 authored almost 6 years ago
-icrnl is a subset of raw, and raw mode seems to handle more
situations correctly than just -ic...
097857b8f370c49952b24afefd65b4bcb9c848eb authored almost 6 years ago
- this message must be displayed to the end user
371f60c38a4629f6c4d7b8f6dc5bd6926af2d29b authored almost 6 years ago- edits were not executed
0c85e6dc9638397dbf686dc177e98d53b45d0116 authored almost 6 years ago
Fixes https://github.com/emacs-lsp/lsp-mode/issues/602
Fixes https://github.com/emacs-lsp/lsp-ja...
Fixes https://github.com/emacs-lsp/lsp-ui/issues/234
e4389eabaffe697c104ac2bd5e04103c92fd1219 authored almost 6 years agoa2d5b99c7b34273ac0aa7acbc5bb78d4223de975 authored almost 6 years ago
06afcaecb58129167cecb386d751f4fceab50914 authored almost 6 years ago
c6fa97c38da5d36547aa285e1d2717b17bda1477 authored about 6 years ago
4b6132e9be8f616ee338673508eb355b163cb65f authored about 6 years ago
Fixes https://github.com/emacs-lsp/lsp-mode/issues/562
cb076c7c71a1f75a2770d210391a5859a517617b authored about 6 years ago7070fa8827c8aae998fe8cb5ccf9ec8eb95a466f authored about 6 years ago
The `file-local-name` function was only introduced in emacs 26.* and lsp-mode
breaks on 25.* in...
e0a66058ad938be6a532352fb3a42f5867a4d195 authored about 6 years ago
c86bfa12120dad907b5277738b4b7d615e004d83 authored about 6 years ago
35fd72fd365dce65aa4d2147c2245073a7c23c7c authored about 6 years ago
Some servers send this event to track usage, etc., polluting the
warnings log. Nothing we want ...
9105e4901290e2d6093cb353ba6b9bdf61741365 authored about 6 years ago
Opening TCP ports is not very secure, and often not possible. Instead,
tunnel client invocation...
* [#610] Create custom activation function for typescript servers
* Also apply typescript act...
0bf761d855a0960f42608e91b6ac5fd1028f5b73 authored about 6 years ago79cedadde65b17bd9e7c5f6a049ed1c3ee9d8e63 authored about 6 years ago
630dbb4805ced774c6211ab4a9dd961e64cc3b5a authored about 6 years ago
63a421af9354ed300b1082e20b067baf2ac2e8d3 authored about 6 years ago
5e4323315fdb8fc444fb56ef87c3f4338f38c965 authored about 6 years ago
- action-handlers are needed for lsp-java
0e8c687e967f791915fcce223097895db0b77ef7 authored about 6 years ago* Fix action support for servers that return a CodeAction instead of a Command
The new TypeSc...
43b72833dac3cee6dcabc69cc493e3e991c024dd authored about 6 years ago* Log to buffer rather than messages
* Add alias for lsp-message
* Fix test
* Default l...
6889a82d5cc80110785c3bbffd89917938dc7016 authored about 6 years ago5bc0cb38d8a947a9b43cff99898352b8f265bdb5 authored about 6 years ago
Swift was tested with success when LLDB was integrated into
dap-mode. You only need to compile ...
e4932417a561791249d1db6458cfb0b7b534123d authored about 6 years ago
dd4874af3130f8b56811edf497c9363c9249ef84 authored about 6 years ago
- Fix typos in the README
- extended changelog
* Add support for JavaScript Flow LSP
This language server is considered an "add-on", that is...
960d06f7b5b7fcace9c840a7dbc2a2d3fd267172 authored about 6 years agobb9ca39f37dd50432b55eb5f94cde529c1a62f18 authored about 6 years ago
742e6fdf4ff8b3ab22dd8c832650256a5c9c7543 authored about 6 years ago
df8bbdbc103135354040372c1123f0420118380b authored about 6 years ago
4f12de8dc18c1227a882db9a82ace185ed713dea authored about 6 years ago
cfde310d8367e9d8fd927d890f26555f9d4325a8 authored about 6 years ago
- fixed few typos in README
83690b29ce5604a1046a0be992f8e340c9996996 authored about 6 years ago6791666ce710339689cde97a89724801735bdce3 authored about 6 years ago
Fixes #361
The lenses support is similar to what VScode has:
- Lenses are displayed above ...
d4c4e10d56682b14cdbedc1193d3aa6a7c69c9cf authored about 6 years agoFixes #597
f1a4839c6e50d861e1068be562a605d388205b74 authored about 6 years ago* On windows, downcase filesystem paths
Fix for https://github.com/emacs-lsp/lsp-ui/issues/22...
9b5511dbf187348d00be8815d5b7533732f164d6 authored about 6 years ago* Add lsp-start-plain.el to provide a quick starter for minimal env.
* Fix the comment.
* ...
390a7ce22d00d204050f4e281176702f0b66ebaa authored about 6 years ago- Use C-u M-x lsp
6c57898365ec49b6670cf37b355786e85d47fcee authored about 6 years agoFixes #197
- refer to readme for implementation details and how to use
- more idomatic emacs...