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
c4ea78bd00e337747f1495cd7918e43985a73783 authored about 6 years ago
39e6c4694739574ea52cb318abc83b2e1953e6e2 authored about 6 years ago
e4535444858b8e105e34358cc3fbb4789a198598 authored about 6 years ago
fb6deca34dbad7d50584e6fc9890e3705ba86989 authored about 6 years ago
b71215cdbaec2248935cf178c7ba94078dfce943 authored about 6 years ago
* Support for the Fortran-language-server
* Removed advice for finding the root dir for fortl...
2c1755d76387bed7c96a9c827753b6dcd9cf1a2c authored about 6 years ago5293d8a52af8a912e4601c1def3a4fa4c78b61c9 authored about 6 years ago
5febac48c5fac57420e94896d168c6e01fa19f91 authored about 6 years ago
As
sourcegraph/go-langserver@3c8059f
notes, the go-langserver is not longer maintained and add...
using `GNU Emacs 25.2.1 (x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2018-08-27, modif...
3eb105d0a6bdffd512827c7e926717a1b8e31908 authored about 6 years ago
We request both hover and signatureHelp in the eldoc callback and we
face a choice when both ar...
34ca45a890a23ac5ec7134b8325660cd2266cf2f authored about 6 years ago
aa97218669bcbe3311c455f4c6a953853bc39170 authored about 6 years ago
78aaf1c7c8f03ab670de6699ceccbe5608bf60ea authored about 6 years ago
f716e4c556275e076811159ef748dca377b1ef7e authored about 6 years ago
7f26d0126593d12276cb711027bf4009b4ddf26f authored about 6 years ago
External clients have priority 0 if this slot is not specified, which are higher than the intern...
c28372e2b30813557bd8f424614c8ba33b4b6882 authored about 6 years ago6035faabb484d77289e6cbb9acf53c6ce8f09b3d authored about 6 years ago
dc3f88a6ccd3e78d17c89812614c8e72514a3917 authored about 6 years ago
Fixes #232
- replaced error with warn since the errors in the process filter cause UI issues.
...
86e76dd0eae61d1079f3f12eb1743a2e4987ce10 authored about 6 years agof292746cb7561dfb977732fadc718f2632bbdb11 authored about 6 years ago
9161b87878793cba96a310e293356ddbc36a96d2 authored about 6 years ago
- fixes #568
21409b182ed5bcb95d52afce5b8cfdc3ed542eb8 authored about 6 years agoOtherwise the echo area is cleared when the point moves for some reason.
08e1a71ee50d58cc561929fe7d261233ce5e01a9 authored about 6 years agoWhen "hover" returns MarkedString[], the `MarkedString = string | ...` parts are usually comment...
ee2b03290fa8e0f3908f1a8967a705e11fe6b68b authored about 6 years ago0f11d87bc19eee8ddec137522b5297766183f26b authored about 6 years ago
6d6eb935b2432871e9b916d45abe1fe62a8d5c44 authored about 6 years ago
e38b2fb3dceefcc3995782d40a7ffbd812a1c7f9 authored about 6 years ago
01523ace69c2a12a43e071a351e1ca0540ed8733 authored about 6 years ago
* Improve session folder handling and added events for handling them
- added `lsp-auto-requir...
7803af23cc4c479ea1ce28b10122a2052a6edc65 authored about 6 years ago5651535519641dc5918a2b45bc7be6db30fc26b6 authored about 6 years ago
Fixes #533
Project root detection logic : auto-guess-root 'ignored' in nested projects
Signed-off-by: Otavio Salvador <[email protected]>
9294e3e12c60c4bcf623e59f26b6a6267b6d88f2 authored about 6 years ago
Also:
* Rename lsp-goto-{,type-}implementation to lsp-find-*
* Add keyword argument :display-a...
- be more defensive when converting items
9111fb166452b346e49db49f3c9146fb4768c4b1 authored about 6 years ago
-if-let doesn't seem to be the right thing here: We want the if branch if the
entry in lsp-meth...
Per https://code.visualstudio.com/docs/languages/identifiers
6733e449b6f7a8dea8083df81bda44a0bf929795 authored about 6 years ago0052072db3c5bed10fe023d35ef0e65a29843d79 authored about 6 years ago
The tools used to maintain the Emacsmirror automatically determine the
libraries provided by a ...
7378279f33c27fa2712fae5fc1f43d061681f5e8 authored about 6 years ago
48e6e810f3ee0a02258582ce85cd4ef6f4adee84 authored about 6 years ago
bf82f7cae0e8a31a94fc78bb09157943439b54f5 authored about 6 years ago
bdb608e3324ed95ba44262609253f4dcb0cd7be6 authored about 6 years ago
* Initial support for Dart in lsp-client
* Add Dart in README - Supported languages
c5ea1f26741d28daeb736c26b4932d33e84611d9 authored about 6 years agoc0d1192a7ae725b924e9ce7540226c38a0d3e35c authored about 6 years ago
04a90172e8c3c4e1935dd465c597d1eddd88048a authored about 6 years ago
* When range.start = range.end, e.g. error: expected ';' at end of declaration
The overlay is...
Fixes #521
7688c2054404f1085636cd0f1f424a8c17f0d4f6 authored about 6 years ago- This was reported in gitter
d92df3c404657d89af5b20e25fe6ba0aae362c12 authored about 6 years agoc334a95314001b7a0a0a060d23a4e807b40bd835 authored about 6 years ago
- improved messages
- replaced `user-error` with `message`
* Initial support for clangd in lsp.
* Handle lists properly in clangd configuration.
* Wr...
ba2a09587ba79634129a6028863066b0503a9ac8 authored about 6 years ago8b5f651c5d38c9096ce15287ca28f45ce746e4db authored about 6 years ago
Since legacy interface has gone, lsp-*-enable no longer works and there
is no need to keep thes...
3814377c73428ce9acb7116255fc396c03a28c92 authored about 6 years ago
- The changes were needed to be able to port dap-mode.el to lsp.el
52a3ad4088be046bcd88979def29c10f24309df7 authored about 6 years agof3724b33d5f7cb094aa5a231613494b3618ed2ca authored about 6 years ago
ec0baa150571945cb7316ecb235ad99ed31c413a authored about 6 years ago
8b35052b422fa0ee8a16d822fc58c30d6d4e3e46 authored about 6 years ago
f927db4c3079c35b345f33e91756845a4843440f authored about 6 years ago
ae9595f627702fb97ee826027bc00da85f0bb248 authored about 6 years ago
1c50510bae7be457b449b1e8a3e1db6ccc4a8a0a authored about 6 years ago
f77194ee2f3255726346579aa7a3c328c74259ec authored about 6 years ago
1954390ed4bfa3f1d9534e896af6256af725ef50 authored about 6 years ago
84ba571d1536e7491f7f7ab2d90e17f98acdb8ae authored about 6 years ago
- some of the languages have multiple modes, use the first available for
rendering.
- The root path must be full, not relative.
- Added few language ID configurations that were mis...
2358d66d3c53923af773f8ac4d268ff5460d5e92 authored about 6 years ago
3154b6cfdf8fcb7d2285ac9e7fbd4ad697be3ab8 authored about 6 years ago
4ba11899465307bef380b3c0ddd3cfd6b311f934 authored about 6 years ago
* Update lsp-clients.el
Fixes typo in golang LSP server and adds rjsx-mode for the typescript...
19b31ff569d1aba45c33d6881b36b62d4090b12c authored about 6 years agoFixes #496
adeabdab40d784eb8d04a14f9ed90a2b7ff7647a authored about 6 years agod27200dc8d0bf8c47fa62cf95ec6a200fb4c5d9d authored about 6 years ago
892dd80a34df0d89a0621108c092e6d7c31e56cb authored about 6 years ago
7e2379353f7e269bcc207a985c4ee6b406a00f06 authored about 6 years ago
4114e22eaf3029b1fcc55479b3c674dd419da27b authored about 6 years ago
1fd6b34072ac5fa6d6774820029e5c305b9427c0 authored about 6 years ago
- added one more extension point to lsp--client - initialize-fn
- minor fixes in root handling l...
It is used by lsp-ui.
e33998265367d52e996b6b941a8315af43f42608 authored about 6 years ago64f2c6c8e90a824fbdf34f47f1bdf5656de93749 authored about 6 years ago
The function will be usefull lsp-mode extension which want to find a particular
workspace.
Delete lsp--text-document-code-action-params. A params method is necessary
when it is shared by...
773ae49d2087e537181432ef66e53173e7593c4b authored about 6 years ago
ad5a058318f237f47f53881846b0bbbbc66623ba authored about 6 years ago
520c265dbd910118266baddb1733f2b3e56a39c5 authored about 6 years ago
a072d633ba2b2c36ee915f282507f1eac817beda authored about 6 years ago
2ec414d195b3c63536fe22526b500007b4baefb9 authored about 6 years ago
76f1066c1fdb2190afd3d8e6123c68eb2544f3c0 authored about 6 years ago
54b1bceedbe4b19660502c1855acd7834f27f538 authored about 6 years ago
- some the language servers return bad position arguments e. g. (0, -1). This PR
will return t...
documentText/hover could return nil value
6ab32ba54abda31193dd6824566303b2caed8f44 authored about 6 years ago- The change improves lsp.el -> lsp-mode.el integration
e9a3fc28be1f9100f818a1888209a646cee70f6d authored about 6 years ago013c7a9e0c65ad413daa64d41d0e004508bf1637 authored about 6 years ago
Fixes #483
631258d4aa0abbf9ba1ffadda6652ac276c3cf65 authored about 6 years agob44660ba292dca8aad98d4ea990cf34b8b1568a1 authored about 6 years ago
The original code cancelled pending hover request, but this behavior is not used in any other la...
939868e4b85ee774dacc4350db0e72728aae05f6 authored about 6 years ago14bb6a91d781ec0ddf287d0d1be30188dd25b750 authored about 6 years ago
c4eb882f6454f982747d12201b36a7a064215655 authored about 6 years ago
30ff71539cbc7fe1961830907385569351244ca7 authored about 6 years ago