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

Add typescript-tsx-mode support (#593)

c4ea78bd00e337747f1495cd7918e43985a73783 authored about 6 years ago
Handle multibyte requests

39e6c4694739574ea52cb318abc83b2e1953e6e2 authored about 6 years ago
Add with-lsp-workspaces

e4535444858b8e105e34358cc3fbb4789a198598 authored about 6 years ago
eldoc-highlight-function-argument for active eldoc function argument

fb6deca34dbad7d50584e6fc9890e3705ba86989 authored about 6 years ago
Add method requirement for workspace/symbol

b71215cdbaec2248935cf178c7ba94078dfce943 authored about 6 years ago
Support for the Fortran-language-server (#590)

* Support for the Fortran-language-server

* Removed advice for finding the root dir for fortl...

2c1755d76387bed7c96a9c827753b6dcd9cf1a2c authored about 6 years ago
Fixes #583

5293d8a52af8a912e4601c1def3a4fa4c78b61c9 authored about 6 years ago
Make lsp-workspace-folders-add work non-interactively (#587)

5febac48c5fac57420e94896d168c6e01fa19f91 authored about 6 years ago
Use bingo as go LSP server (#585)

As
sourcegraph/go-langserver@3c8059f
notes, the go-langserver is not longer maintained and add...

245d5ad9bd6919c032b61193afcf86ce93ca0041 authored about 6 years ago
missing dash? (#584)

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
Overhaul eldoc (#579)

We request both hover and signatureHelp in the eldoc callback and we
face a choice when both ar...

caa1c378a1b086394d37685d3b42cb3407b0e77c authored about 6 years ago
Add Swift language server to the README (#580)

34ca45a890a23ac5ec7134b8325660cd2266cf2f authored about 6 years ago
lsp-describe-thing-at-point to handle empty/no content

aa97218669bcbe3311c455f4c6a953853bc39170 authored about 6 years ago
:removed -> :added when adding new folder

78aaf1c7c8f03ab670de6699ceccbe5608bf60ea authored about 6 years ago
Only render signatures when lsp-eldoc-render-all is nil (#574)

f716e4c556275e076811159ef748dca377b1ef7e authored about 6 years ago
Update README (#573)

7f26d0126593d12276cb711027bf4009b4ddf26f authored about 6 years ago
Make lsp-clients defined clients priority -1 and pick the client with highest client (#572)

External clients have priority 0 if this slot is not specified, which are higher than the intern...

c28372e2b30813557bd8f424614c8ba33b4b6882 authored about 6 years ago
Update readme

6035faabb484d77289e6cbb9acf53c6ce8f09b3d authored about 6 years ago
Update Ruby record and format the languages table

dc3f88a6ccd3e78d17c89812614c8e72514a3917 authored about 6 years ago
Improve handling of parsing failures

Fixes #232

- replaced error with warn since the errors in the process filter cause UI issues.

...

86e76dd0eae61d1079f3f12eb1743a2e4987ce10 authored about 6 years ago
Add Elixir client (#569)

f292746cb7561dfb977732fadc718f2632bbdb11 authored about 6 years ago
Fix active parameter highlighting (Fixes #570) (#571)

9161b87878793cba96a310e293356ddbc36a96d2 authored about 6 years ago
Try started workspaces when there are multiple clients for mode

- fixes #568

21409b182ed5bcb95d52afce5b8cfdc3ed542eb8 authored about 6 years ago
lsp-hover: use lsp--eldoc-message (#566)

Otherwise the echo area is cleared when the point moves for some reason.

08e1a71ee50d58cc561929fe7d261233ce5e01a9 authored about 6 years ago
Default lsp-eldoc-render-all to nil (#565)

When "hover" returns MarkedString[], the `MarkedString = string | ...` parts are usually comment...

ee2b03290fa8e0f3908f1a8967a705e11fe6b68b authored about 6 years ago
Add lsp.el

0f11d87bc19eee8ddec137522b5297766183f26b authored about 6 years ago
lsp.el -> lsp-mode.el

6d6eb935b2432871e9b916d45abe1fe62a8d5c44 authored about 6 years ago
delete lsp-mode.el

e38b2fb3dceefcc3995782d40a7ffbd812a1c7f9 authored about 6 years ago
signatureHelp: support labelOffsetSupport (#552)

01523ace69c2a12a43e071a351e1ca0540ed8733 authored about 6 years ago
Improve session folder handling and added events for handling them (#544)

* Improve session folder handling and added events for handling them

- added `lsp-auto-requir...

7803af23cc4c479ea1ce28b10122a2052a6edc65 authored about 6 years ago
Initial support for Vue in lsp-client (#557)

5651535519641dc5918a2b45bc7be6db30fc26b6 authored about 6 years ago
adjust lsp--calculate-root for nest project when lsp-auto-guess-root is t (#553)

Fixes #533
Project root detection logic : auto-guess-root 'ignored' in nested projects

ef6ea560324de3768d0092f887010a11e11280bb authored about 6 years ago
Add `rustic-mode` to the list of major modes for Rust (#554)

Signed-off-by: Otavio Salvador <[email protected]>

9294e3e12c60c4bcf623e59f26b6a6267b6d88f2 authored about 6 years ago
Add lsp-find-{declaration,definition,references} and support LocationLink (#550)

Also:
* Rename lsp-goto-{,type-}implementation to lsp-find-*
* Add keyword argument :display-a...

51fbd862416920302e28d13a073a653cf00f9f13 authored about 6 years ago
Fixes #466

- be more defensive when converting items

9111fb166452b346e49db49f3c9146fb4768c4b1 authored about 6 years ago
Fix lsp--find-workspaces-for (#548)

-if-let doesn't seem to be the right thing here: We want the if branch if the
entry in lsp-meth...

22c9d399e7028d163cd85d302a6820cd187d9da9 authored about 6 years ago
Add Swift LSP language identifier (#547)

Per https://code.visualstudio.com/docs/languages/identifiers

6733e449b6f7a8dea8083df81bda44a0bf929795 authored about 6 years ago
Readd support for Sass and Less (#546)

0052072db3c5bed10fe023d35ef0e65a29843d79 authored about 6 years ago
Provide lsp-mode in correct file (#545)

The tools used to maintain the Emacsmirror automatically determine the
libraries provided by a ...

21dcef147a75236760d757be5676a75af73c1450 authored about 6 years ago
Fix regression in calculating action params

7378279f33c27fa2712fae5fc1f43d061681f5e8 authored about 6 years ago
Install dart_language_server if not already present (#543)

48e6e810f3ee0a02258582ce85cd4ef6f4adee84 authored about 6 years ago
Add path to dart_language_server for Windows (#540)

bf82f7cae0e8a31a94fc78bb09157943439b54f5 authored about 6 years ago
Fixes #538

bdb608e3324ed95ba44262609253f4dcb0cd7be6 authored about 6 years ago
Initial support for Dart in lsp-client (#536)

* Initial support for Dart in lsp-client

* Add Dart in README - Supported languages

c5ea1f26741d28daeb736c26b4932d33e84611d9 authored about 6 years ago
Fixes #530

c0d1192a7ae725b924e9ce7540226c38a0d3e35c authored about 6 years ago
Fix typos in user question (#529)

04a90172e8c3c4e1935dd465c597d1eddd88048a authored about 6 years ago
Polish flymake (#525)

* When range.start = range.end, e.g. error: expected ';' at end of declaration
The overlay is...

787fe0f02d21a5f9f84bd314a06e1bfa65585507 authored about 6 years ago
Handle errors from the spinner package

Fixes #521

7688c2054404f1085636cd0f1f424a8c17f0d4f6 authored about 6 years ago
Handle buffers with no buffer-file-name

- This was reported in gitter

d92df3c404657d89af5b20e25fe6ba0aae362c12 authored about 6 years ago
Fix typo (#524)

c334a95314001b7a0a0a060d23a4e807b40bd835 authored about 6 years ago
Proper handling of blacklisting

- improved messages
- replaced `user-error` with `message`

e9e236646111313b7cd66853caaaca8822e520d2 authored about 6 years ago
Initial support for clangd in lsp. (#511)

* Initial support for clangd in lsp.

* Handle lists properly in clangd configuration.

* Wr...

ba2a09587ba79634129a6028863066b0503a9ac8 authored about 6 years ago
Default lsp-prefer-flymake to t and fix enabling of flymake/flycheck (#519)

8b5f651c5d38c9096ce15287ca28f45ce746e4db authored about 6 years ago
Delete legacy lsp-*.el other than lsp-mode.el (#520)

Since legacy interface has gone, lsp-*-enable no longer works and there
is no need to keep thes...

439df1e463b3778cea5ddcdb2fccbf27b6a9fb5f authored about 6 years ago
Update documentation

3814377c73428ce9acb7116255fc396c03a28c92 authored about 6 years ago
Flymake integration

Fixes #463

47f30a114657e44da76bf2843e39b3110b905d32 authored about 6 years ago
Update lsp.el metadata functions

- The changes were needed to be able to port dap-mode.el to lsp.el

52a3ad4088be046bcd88979def29c10f24309df7 authored about 6 years ago
Delete lsp-mode-test.el since it is no longer relevant

f3724b33d5f7cb094aa5a231613494b3618ed2ca authored about 6 years ago
Delete legacy interface

ec0baa150571945cb7316ecb235ad99ed31c413a authored about 6 years ago
Minor doc issues

8b35052b422fa0ee8a16d822fc58c30d6d4e3e46 authored about 6 years ago
Flip NEXT and Legacy README

f927db4c3079c35b345f33e91756845a4843440f authored about 6 years ago
Update documentation

ae9595f627702fb97ee826027bc00da85f0bb248 authored about 6 years ago
Add ocaml server

1c50510bae7be457b449b1e8a3e1db6ccc4a8a0a authored about 6 years ago
Configure ignore messages for javascript-typescript client

f77194ee2f3255726346579aa7a3c328c74259ec authored about 6 years ago
Call the command on server startup not on initialization

1954390ed4bfa3f1d9534e896af6256af725ef50 authored about 6 years ago
lsp-on-hover to stop if there is no active workspace

84ba571d1536e7491f7f7ab2d90e17f98acdb8ae authored about 6 years ago
Use first function in lsp-language-id-configuration for rendering

- some of the languages have multiple modes, use the first available for
rendering.

8893a1535ae058cde7fd3d17d3b67856e63a27ba authored about 6 years ago
Minor fixes related to #513

- The root path must be full, not relative.
- Added few language ID configurations that were mis...

7fd48f42082a9ed5184c0f9112ada752ce51a28d authored about 6 years ago
Update issue templates

2358d66d3c53923af773f8ac4d268ff5460d5e92 authored about 6 years ago
Fix wrong javascript-typescript-langserver in lsp-clients. (#509)

3154b6cfdf8fcb7d2285ac9e7fbd4ad697be3ab8 authored about 6 years ago
Add f to Package-Requires: (#501)

4ba11899465307bef380b3c0ddd3cfd6b311f934 authored about 6 years ago
fix issue #498 (#500)

* Update lsp-clients.el

Fixes typo in golang LSP server and adds rjsx-mode for the typescript...

19b31ff569d1aba45c33d6881b36b62d4090b12c authored about 6 years ago
Add ht as a dependency

Fixes #496

adeabdab40d784eb8d04a14f9ed90a2b7ff7647a authored about 6 years ago
Fix lookup for execute-command (#495)

d27200dc8d0bf8c47fa62cf95ec6a200fb4c5d9d authored about 6 years ago
Change dynamicRegistration to be :json-false

892dd80a34df0d89a0621108c092e6d7c31e56cb authored about 6 years ago
Add lsp-notify to simplify (lsp--send-notification (lsp--make-notification ...)) (#492)

7e2379353f7e269bcc207a985c4ee6b406a00f06 authored about 6 years ago
Update documentation to mention lsp-language-id-configuration

4114e22eaf3029b1fcc55479b3c674dd419da27b authored about 6 years ago
Add haskell language mapping

1fd6b34072ac5fa6d6774820029e5c305b9427c0 authored about 6 years ago
Update lsp.el

- added one more extension point to lsp--client - initialize-fn
- minor fixes in root handling l...

f0911808ac02d324332fee543dad05f2f7c864b6 authored about 6 years ago
Return back lsp--text-document-code-action-params

It is used by lsp-ui.

e33998265367d52e996b6b941a8315af43f42608 authored about 6 years ago
Update README-NEXT.

64f2c6c8e90a824fbdf34f47f1bdf5656de93749 authored about 6 years ago
Add lsp-find-workspace

The function will be usefull lsp-mode extension which want to find a particular
workspace.

4a0b83e001cae89494f321eb1b90a8d765715424 authored about 6 years ago
Delete unused lsp-code-actions and make lsp--region-or-line return active region or current line (#494)

Delete lsp--text-document-code-action-params. A params method is necessary
when it is shared by...

57242cb6c572682118fafde05ba9fd25f0b2f008 authored about 6 years ago
Add lsp-request to simplify (lsp--send-request (lsp--make-request ...)) (#491)

773ae49d2087e537181432ef66e53173e7593c4b authored about 6 years ago
lsp-buffer-uri: handle indirect buffer (#493)

ad5a058318f237f47f53881846b0bbbbc66623ba authored about 6 years ago
Automatically enable imenu in auto-configure mode

520c265dbd910118266baddb1733f2b3e56a39c5 authored about 6 years ago
Updated documentation

a072d633ba2b2c36ee915f282507f1eac817beda authored about 6 years ago
Added ruby and php support

2ec414d195b3c63536fe22526b500007b4baefb9 authored about 6 years ago
Add c-mode objc-mode and use default value "" (#490)

76f1066c1fdb2190afd3d8e6123c68eb2544f3c0 authored about 6 years ago
[lsp.el] Fix lsp-describe-thing-at-point

54b1bceedbe4b19660502c1855acd7834f27f538 authored about 6 years ago
Make lsp--point-to-position more robust

- some the language servers return bad position arguments e. g. (0, -1). This PR
will return t...

362b1929f9338c9af6d551e4a1c6f7129ab6516c authored about 6 years ago
lsp-hover to handle nil values

documentText/hover could return nil value

6ab32ba54abda31193dd6824566303b2caed8f44 authored about 6 years ago
Change lsp--registered-capability to be defun

- The change improves lsp.el -> lsp-mode.el integration

e9a3fc28be1f9100f818a1888209a646cee70f6d authored about 6 years ago
RUST support in lsp-clients.el

013c7a9e0c65ad413daa64d41d0e004508bf1637 authored about 6 years ago
Remove define inline for lsp--capability

Fixes #483

631258d4aa0abbf9ba1ffadda6652ac276c3cf65 authored about 6 years ago
lsp-hover: use run-with-idle-timer eldoc-message instead of message (#488)

b44660ba292dca8aad98d4ea990cf34b8b1568a1 authored about 6 years ago
Refactor lsp-hover (#487)

The original code cancelled pending hover request, but this behavior is not used in any other la...

939868e4b85ee774dacc4350db0e72728aae05f6 authored about 6 years ago
Bind default-directory when launching language server (#486)

14bb6a91d781ec0ddf287d0d1be30188dd25b750 authored about 6 years ago
lsp-clients.el extra-init-params -> initialization-options

c4eb882f6454f982747d12201b36a7a064215655 authored about 6 years ago
Rename extra-init-params to initialization-options (#485)

30ff71539cbc7fe1961830907385569351244ca7 authored about 6 years ago