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

Merge pull request #375 from wyuenho/dont-request-hover-when-unavailable

Don't request hover when server cannot handle textDocument/hover

0ec143c140d5f528e53031f1fe158fda82cdba45 authored over 6 years ago
Don't request hover when server cannot handle textDocument/hover

ef37dafe26d3f74ecede74687790cff607090a24 authored over 6 years ago
Fix indices for sync-methods

39e9b7f3dce6c5e0297870e465cbec9f8ecaf764 authored over 6 years ago
Make sure lsp--capability never errors

32f63719253e6dc8d1bf4c6fee5c7e509a06ca36 authored over 6 years ago
Change lsp-default-renderer-language value to avoid conflicts

37e69a36fea7bf5fe4b265b7434aef193c0c07ef authored over 6 years ago
Merge pull request #371 from yyoncho/actions

Improve actions handling

6a6ae3fc5d9057ba08fad9e090c3e7a0231e3a6c authored over 6 years ago
Merge pull request #367 from iquiw/fix-check-type-arg

Check CAPS argument type in lsp-register-client-capabilities

7831a555a20addecbf6bf997cb2cffcadbc397d1 authored over 6 years ago
Merge pull request #370 from benjaminor/merge-project-root-warning

Show project root warning optionally in *Messages* buffer

7e04e8dc6b3cde5006f3efa3abcab5536ec6dbd9 authored over 6 years ago
Merge pull request #372 from yyoncho/rename-default-value

Use thing at point for default value in lsp-rename

740d4423aa91de9f6820591b4c752d7260eb8c89 authored over 6 years ago
Use thing at point for default value in lsp-rename

0d5631f45b9e548373590286db3edfa376f7e49f authored over 6 years ago
Improve actions handling

Fixes https://github.com/emacs-lsp/lsp-mode/issues/353

- `lsp-execute-code-action` will calcula...

303bb37c8ccc708220b277dc3b9c9894f514f33a authored over 6 years ago
Create option to show project root warning as a message and not

in *Warnings* buffer.

b5c94397cb0ddbe4a6d0ae27f482f6e339dea631 authored over 6 years ago
Check CAPS argument type in lsp-register-client-capabilities

whether it is either list or function.

13c4bb43ba5c1e071878d5d6c151ae01209a5191 authored over 6 years ago
document/onHover improvements

1. Added option(lsp-eldoc-render-all) to display only the first message from the list retrieved ...

33568c36c11577e00fb70f97c171ff35e24811d4 authored over 6 years ago
Merge pull request #364 from yyoncho/lsp-on-hover-function

Fixes #363

b0ea46230f168cf446b0dd3dbe1f0d08af2e6bb8 authored over 6 years ago
Fixes #363

9a57268dd42b035ddbda46d9e199667c78ef6e4b authored over 6 years ago
Add defcustom option lsp-hover-text-function.

499cf809fdc46282d625ad82c79a812a426b0046 authored over 6 years ago
Add eglot link.

f3e6476646768b4878abecd21e4644981cef7e3c authored over 6 years ago
Only apply text edits if they have a version field.

Fixes #354.

7f0e32bcc89f93ab0ce11309c322d9cd08b2c884 authored over 6 years ago
Merge pull request #358 from yyoncho/willSaveUntilNotifications

Fix willSaveWaitUntil request

c3039517325a9da9ab7277b2c0388652baba581b authored over 6 years ago
Merge pull request #349 from yyoncho/notifications

File notifications

004c9b82f401115e3a9f0ac9b823833e98950cf1 authored over 6 years ago
Merge pull request #351 from yyoncho/fix-editor-config

Remove 2 spaces setting from editor config

a316bef860b31ce36ca19e9ba8d52a5ff8628d05 authored over 6 years ago
lsp-file-watch--relative-path-glob-patterns must be tagged with no-win

8032700dc697ec17743f2c5fd606bc968b007547 authored over 6 years ago
Do not use temporary-file-directory function

- It is not available in emacs 25.1

b93820f71b933c68c83621c50df9bb4458b2c5fa authored over 6 years ago
Fix willSaveWaitUntil request

fbae069c3952c0fa1a1c25c280838686a5cf6dfd authored over 6 years ago
Merge branch 'master' into notifications

33b4a0aa265b35fe68972f9526c2954addcba707 authored over 6 years ago
Merge pull request #352 from yyoncho/debug-messages

Use json pretty print for debug messages

7c6158ee430ec61b58e220c3a0f788d9154c92ae authored over 6 years ago
**/foo.bar must match foo.bar in the root directory

- added kill watch for some of the tests

34dbc97e294811552bd32cff5e07067255e5efc7 authored over 6 years ago
Use json pretty print for debug messages

- Inhibit messages by default for all of the debug messages.

5849ae7aa04eb56cac0bb47a7bbf3a44f29409c9 authored over 6 years ago
Remove 2 spaces setting from editor config

The 2 spaces setting in the editor config was causing incorrect formatting of
some of the blocks...

79a11789b96a50d6817a76ee35e1c2eb92e93f63 authored over 6 years ago
Merge pull request #346 from yyoncho/workspace-metadata

Add workspace metadata

c8f60c692b94677a4c481ff3fea06966f72070e9 authored over 6 years ago
File notifications

Fixes #331

- implemented facilities for handling file notifications

Example ussage:

(lsp-work...

dbfd6bf3cf7a4fb4da25d5b42e594c4b963853ca authored over 6 years ago
Merge pull request #348 from kat-co/fix-347-didSave-param

Corrects a Parameter Name in `textDocument/didSave`

7d58d6848b1715926214ff69ebf52363a55ae623 authored over 6 years ago
Corrects a Parameter Name in `textDocument/didSave`

`includeText` -> `text` per
https://microsoft.github.io/language-server-protocol/specification#t...

34923b8c842dc30daf79bfc86e9721719605d45e authored over 6 years ago
Add workspace metadata

This general purpose storage will be usefull when particular extension wants to
store workspace ...

ab9c3d3e95a0a5529494533b21403b1b09ded626 authored over 6 years ago
Merge pull request #341 from gpittarelli/file-versions-by-buffer-object

Fix lsp-on-change breaking during an auto revert

99bfca9d09e075671af2e7267ebfa767e9895286 authored almost 7 years ago
Merge pull request #344 from yyoncho/workspace-status

Add workspace status

3d2ba2d53021abf0f2eb8271d21600cafd0e5ae4 authored almost 7 years ago
Add workspace status

c5b65f436962f9fbb291eda65dfc1984f342be13 authored almost 7 years ago
Merge pull request #328 from yyoncho/action-handlers

Extend lsp-mode to provide option to register action handlers

f982feec33d8a50eb03689ac02ab5f133d0d977e authored almost 7 years ago
Handle reverts separately from normal change events

d3f8098bc460699d84f257fb76a212c9db47cbd0 authored almost 7 years ago
Index file-versions hash by buffer objects, not file name

Fixes #304

cfc080fb50fe335ace0f839a2ede827d0592ae82 authored almost 7 years ago
Merge branch 'master' into action-handlers

2e12f9ff08e39dc869c7059903d79f0e83f95d90 authored almost 7 years ago
Merge pull request #326 from yyoncho/dynamic-references

Provide option different modes to plugin uri<->path conversion

34a669b76ac0aa45b4917f882687ca7577814249 authored almost 7 years ago
Merge remote-tracking branch 'upstream/master' into dynamic-references

Conflicts:
lsp-methods.el

6d0cc448d9f43ce4e3f0604f62476441c6f3cc04 authored almost 7 years ago
Merge pull request #338 from cormacc/missing-server-capabilities

Added missing capabilities to lsp-capabilities

85b5b6b067177775d59da5dafb2bfa36ab61405d authored almost 7 years ago
Added missing capabilities to lsp-capabilities

List of reported server capabilities didn't check for a number of items,
including typeDefinitio...

c5532ec7cc81de31feed861419bc958038921ca5 authored almost 7 years ago
Merge pull request #337 from flodiebold/dead-process-fixes

Deal a bit better with dead processes

76ed991561435c8643990ea8c8b45b4210dfa5ec authored almost 7 years ago
Deal a bit better with dead processes

This should make lsp-restart-workspace work when the process is already dead.

5b804e7e2ad99d8080ddf7b265af9dcf462f39ac authored almost 7 years ago
Update action-handlers position to preserve binary compatibility

8f07c98e067cbe6ce94d0eb12c971dc332dbc5ea authored almost 7 years ago
Apply comments

aa9ef84e307b207fdb93f5e28620b687cf53d290 authored almost 7 years ago
Extend lsp-mode to provide option to register action handlers

Fixes https://github.com/emacs-lsp/lsp-mode/issues/309

7642483e6c33335adc9120e7c55233336611fc58 authored almost 7 years ago
Replace usage of if-let* and second

102c2fc3b0da0e1115a8a7289c6fe11a45e76dcb authored almost 7 years ago
Provide option different modes to plugin uri<->path conversion

https://github.com/emacs-lsp/lsp-java/issues/18

When user looks for Definition/implementation/r...

377c23b712d4a4dd6632292d52a5a493f54c11f2 authored almost 7 years ago
Merge branch 'yyoncho-overlapping-edits'

7dd173015d2c355e1dd2cc7a62ad75825e89e235 authored almost 7 years ago
lsp--apply-text-edits: Use nreserve instead of reverse.

5f6cd5fe4a2dad3f8fb13b5db581df5681b20321 authored almost 7 years ago
lsp--apply-text-edits: Add comment explaining edit sorting.

d1c902ea17c40a2439b94a14871fe3f202363057 authored almost 7 years ago
Add error lsp-capability-not-supported.

1d43551dc16292c966927b23d40fc44d75e02508 authored almost 7 years ago
New functions: lsp-goto-implementation and lsp-goto-type-definition

434c8213fadf7b91f8f24faf5405a1b69e10c413 authored almost 7 years ago
Don't change buffer's text properties with xrefs

https://github.com/cquery-project/emacs-cquery/issues/30

968cac1fb239fefc9ff7a5a4f1b2b156d3df23ee authored almost 7 years ago
New functions: lsp-goto-implementation and lsp-goto-type-definition

fc1628b918a380d66a98f4b50adf5d45fc9337ac authored almost 7 years ago
Add error lsp-capability-not-supported.

53779fa41355e5dd561f136a85b8d2dc32fde625 authored almost 7 years ago
Merge pull request #325 from sebastiencs/fix-text-properties

Don't change buffer's text properties with xrefs

6de83ee9521c6f6c8c8c0fe7da2bf9f882b5ed0b authored almost 7 years ago
Don't change buffer's text properties with xrefs

https://github.com/cquery-project/emacs-cquery/issues/30

9efbcc1bfefca317017de20863f16fa46fcfc072 authored almost 7 years ago
Fix handling of overlapping edits

* see https://github.com/Microsoft/language-server-protocol/commit/005d12dc021b9ea087e4d1fe4915c...

c8a45dc3755f1a27c5cea086a59318091e137fa3 authored almost 7 years ago
Merge pull request #323 from sebastiencs/fix-narrowed

Fix lsp-mode on narrowed buffer

7244ec9296d8c36483ac3a05e5965214db668441 authored almost 7 years ago
Fix lsp-mode on narrowed buffer

4bed19a15ff2d6ba4a697660880cbdf5e82f9f10 authored almost 7 years ago
Merge pull request #322 from yyoncho/master

Fix documentation of notification callback

957620156ad0107967d118ab520468cf0856f2ad authored almost 7 years ago
Fix documentation

67e83b077c95e5626ac8a52c3da81147f673fc9b authored almost 7 years ago
Add MELPA Stable badge.

7218ed9aa7c83f76617d2f56838f4f72d8f703d5 authored almost 7 years ago
Fix typo.

065c36f1fceb6322b7ff8fd4bc623aa0cf6136ba authored almost 7 years ago
Bump minor version number, add notice to docs.

728eb7815ef697916bcdd09e7b1be24d0e74fd17 authored almost 7 years ago
Expose functions for sending request/notifications (Closes #320).

afa8d4a099a243b1c17d9d3b5056aeddaaca5588 authored almost 7 years ago
lsp--client-response-handlers: Use 'eql as the hash test.

d2851a1cf77af2eabd2b905247e056253559425c authored almost 7 years ago
Merge pull request #313 from yyoncho/master

Handle when the LSP server returns string as ID

a4b15a8924e99020c5fcea189007a9491d79cfb8 authored almost 7 years ago
Merge pull request #315 from amosbird/patch-1

remove additional line break in echo area

1f1966568123eaa15caa0553bd345c91838eeba4 authored almost 7 years ago
remove additional line break in echo area

7cce094f67d1caf1cd8b1971b02b862d4a603ef1 authored almost 7 years ago
Handle when the LSP server returns string as ID

c40720bb434bf4e8da6cb164c25906dc9d29ff64 authored almost 7 years ago
lsp-restart-workspace: Remove overlays before restarting workspace.

Fixes #312.

6383fb9e414dc92eca41aed6e1b643accd4271d8 authored almost 7 years ago
Merge pull request #307 from AmaiKinono/improve/make-symbol-highlight-looks-better

Make symbol highlighting looks good on dark themes.

7b725a8804225993d932a7720c5f6abc27e3abfd authored almost 7 years ago
Merge pull request #311 from sebastiencs/optimize-highlights

Widen buffer in symbol highlight

5ebb5c6ca58567ce22bcee79dbf8139cdb824e4f authored almost 7 years ago
Widen buffer in symbol highlight

Fix #310

72c1ce8be09dec61f624243b7ac819492efc6982 authored almost 7 years ago
Merge pull request #308 from sebastiencs/optimize-highlights

Optimize symbol highlighting

5d2a1d67873d14e928fc0d3e1a97bbc2a12154f5 authored almost 7 years ago
lsp-make-traverser: Use file-truename.

8ceab7787b3f881129c03a14cd316b1f5fa1f5c9 authored almost 7 years ago
Fix typo

5f666246f6b6c6ef8350dd58b94b3164c9d728cf authored almost 7 years ago
Optimize symbol highlighting

ca489c8fd1a162db1ec45fab8c323147288fdede authored almost 7 years ago
Make symbol highlighting looks good on dark themes.

0850e5bbb74c6250c29aae42a87cb5eeecf78e29 authored almost 7 years ago
Merge pull request #306 from zonuexe/fix/typo-intiailized

Fix a typo

09d5227c29d3386c6d989ca6dd248765b5dac483 authored almost 7 years ago
Remove unused function lsp--verify-regexp-list

507981240abdbd24d37222e55100306d1ec2e3d2 authored almost 7 years ago
Fix a typo

b8b868838b999939a3b7d05fbdc0f7af7c6744ba authored almost 7 years ago
Make lsp-warn non-inline.

237a20d380a646b38158652055db05af08f53035 authored almost 7 years ago
Use lsp-warn.

cd2db71a4177a646bc51b281729ac2e33a68282a authored almost 7 years ago
Merge pull request #302 from phst/compile

Fix compiler warning

27a2e1b2ac7032e5b93fc8550a46bf99c3153038 authored almost 7 years ago
Fix compiler warning

547963c137ed0438e50fa07300f4e5cc0099b453 authored almost 7 years ago
Fix link

ea16d2bf7bc29c84c99c19dd392d57d57faccb95 authored almost 7 years ago
Merge pull request #301 from jaelsasser/master

Don't set projectile-project-root in lsp-start

756d83675c6a5b82433f37d55b93bfd61a3ece1c authored almost 7 years ago
don't set projectile-project-root in lsp-start

Partially reverts #257 by moving the projectile-specific
configuration into a hook script.

b9622f12c9bc0fb8a72043c7162723b7c8e970f7 authored almost 7 years ago
lsp--make-message: Rewrite as an inline function.

536fbbead296f400dd826732687eb348ee965f44 authored almost 7 years ago
Merge pull request #281 from tigersoldier/prefix-function

Allow clients to customize how to get prefix bounds.

4f14de342d88da65229c3fb4b17385c48548c591 authored almost 7 years ago
Merge pull request #298 from alanz/fix-lsp-xx-whitelist-remove

Fix lsp-xx-whitelist-remove

e2095c0062bad44666c9b245e2ec981e84ae905f authored almost 7 years ago
Add failing test for whitelist remove

644bf541be01dd6c75f690f6a330ef87ade8f4bd authored almost 7 years ago