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 Cask

337a0f3a9145694b0855c63e6ef3e4d14c9578f0 authored about 8 years ago by Vibhav Pant <[email protected]>
Fix get-root for 'go-mode

ca958f32a27cf53c6ab09ae9b72b167380b42df3 authored about 8 years ago by Vibhav Pant <[email protected]>
Remove projectile dependency.

84d1de05a52bb9ef3b9ccfa9e495cad0335e3059 authored about 8 years ago by Vibhav Pant <[email protected]>
Use correct constructor for make-lsp--workspace

fea6ed30aedc6021f53f5d70e7dbff2fd606f3fe authored about 8 years ago by Vibhav Pant <[email protected]>
Inline some functions.

d1b7938a5017578bb0abaad7773abbfc2ede5042 authored about 8 years ago by Vibhav Pant <[email protected]>
Replace struct workspace to lsp--workspace.

acafa654128c2c4655908c1cd79747b0226f90e1 authored about 8 years ago by Vibhav Pant <[email protected]>
Disable indentation/formatting for now

743fd9c3e9f8036ac4f0bfc1f6f758d7db0ebe24 authored about 8 years ago by Vibhav Pant <[email protected]>
Fix edits not being applied correctly

fbc7b0146d3d4da4265d13a11023c74a4b5c60eb authored about 8 years ago by Vibhav Pant <[email protected]>
Don't ask for initializing every time

2a900762034c0fa05627e1477ebd109fcfba9321 authored about 8 years ago by Vibhav Pant <[email protected]>
Add optional td-position argument to lsp--make-reference-params

a5d13eda45bc4c0532e9c4880c1fe903f1899411 authored about 8 years ago by Vibhav Pant <[email protected]>
Rename lsp-document to lsp-methods

3d7bd557e720b01184fcbe9639e6c83f05135eda authored about 8 years ago by Vibhav Pant <[email protected]>
Rename xref backend to xref-lsp, add `xref-backend-identifier-completion-table`

6b8140a67a81c1ee0ded81648bcd744acf9f7ab9 authored about 8 years ago by Vibhav Pant <[email protected]>
Rework how document changes are sent.

c67d4317b619ecc7d50a5f55358c7497c7645320 authored about 8 years ago by Vibhav Pant <[email protected]>
lsp--position-to-point: Add to (line-beginning-position), not (point)

e042d2ce2a49766963eb9d9d20ae42ad5778cbf5 authored about 8 years ago by Vibhav Pant <[email protected]>
Use start and end arguments for indenting functions, ask user before

initializing LSP for a new project

c438cd9493bb4c314ee5f63b7fcd994234ccc2de authored about 8 years ago by Vibhav Pant <[email protected]>
Show error messages properly

4c97dae747a0def4b4235c09053d8b8b99c3fe48 authored about 8 years ago by Vibhav Pant <[email protected]>
add workspace/symbol

03e2ba8eecd1066f3d3be1ec236160698c27bca5 authored about 8 years ago by Vibhav Pant <[email protected]>
lsp-show-capabilities: Show completion support

dfe3c9516bda153f369fa3570be15b41538f45a3 authored about 8 years ago by Vibhav Pant <[email protected]>
Don't send complete documents by default.

6311a4ffd677f5ca5a0f7435ec4d2e71c6c860c3 authored about 8 years ago by Vibhav Pant <[email protected]>
Fix position-to-point

847795f1b3925c7103453b632e85ea702dae54e3 authored about 8 years ago by Vibhav Pant <[email protected]>
lsp--cur-column: Calculate character offset, not column

dbf5ca68e96672a00cdde9f873e87030a92ce3c4 authored about 8 years ago by Vibhav Pant <[email protected]>
Move lsp--client to lsp-document.el. Fix line and column numbers

2829c756e0ee57ffb0ce85e092684b75851bb82c authored about 8 years ago by Vibhav Pant <[email protected]>
lsp-define-client make get-root a necessary argument, add

on-initialize argument.

2724c6f310977564bd58cfb5d3b4df1744636b88 authored about 8 years ago by Vibhav Pant <[email protected]>
Add dummy cases for rustDocument/*

08bc58c3153b11d04e8330e610759c9a7f4d6a09 authored about 8 years ago by Vibhav Pant <[email protected]>
Add lsp-show-capabilities

0135cc84bb4cae884b8b6fa6f5570751345cf967 authored about 8 years ago by Vibhav Pant <[email protected]>
Add lsp-capability, set completion only if it is supported

128162c1096a5f7572e17ba9451b386fde9c4ef1 authored about 8 years ago by Vibhav Pant <[email protected]>
with-local-quit

5419cc9996721857d90234be6208775757a7e563 authored about 8 years ago by Vibhav Pant <[email protected]>
Avoid assuming any server output is a response (fixes #2)

cef8f6dc93baed145739c29296aeb1b6fb290ffb authored about 8 years ago by Vibhav Pant <[email protected]>
Use cl-* macros

90d4e58cce5a7447732485f17302f2a3d5f524d3 authored about 8 years ago by Vibhav Pant <[email protected]>
Add travis.yml

118a5b30b73d3d732a3f23e83fd976fca4def3a5 authored about 8 years ago by Vibhav Pant <[email protected]>
Switch to GPL v3

e2d54b4424c874c9c8d5553a88a3633874ee988e authored about 8 years ago by Vibhav Pant <[email protected]>
Clarify docs

03037f4853ea8dd0b7f8856beacc912dae471de1 authored about 8 years ago by Vibhav Pant <[email protected]>
Add lsp-complete-document-on-change, use it

027caeb792566117795a99431b8235c0069418ce authored about 8 years ago by Vibhav Pant <[email protected]>
Add server capabilities

f920164d3abfa8463a2b2bb23c3e0b0856e82f8e authored about 8 years ago by Vibhav Pant <[email protected]>
lsp--on-notification: Add more cases

822e2d774a99a1866cb4b73daed59a282b96a026 authored about 8 years ago by Vibhav Pant <[email protected]>
Add lsp-notifications

dad9217f7c9d9c8eaec79553c57f606442233ab3 authored about 8 years ago by Vibhav Pant <[email protected]>
Add lsp--position-to-point

113da0ef743cb97e06a11e1165784f234f814a1b authored about 8 years ago by Vibhav Pant <[email protected]>
Move functions to lsp-common, send didChange after idle period

904b5c7ec2a8a202912b26027e518b71bbd60538 authored about 8 years ago by Vibhav Pant <[email protected]>
Fix typo, use subr-x

68fcee992ec73bfcfd828955bf78089d3c26fccb authored about 8 years ago by Vibhav Pant <[email protected]>
Rename to stdio*

1f9ae85a5e2f93508b3e3e96d1a33d76bef7beca authored about 8 years ago by Vibhav Pant <[email protected]>
Use cl-lib, lsp-common

ec34a4c4a61ac5756453922893bc2baf0f89bc4c authored about 8 years ago by Vibhav Pant <[email protected]>
Add lsp-common

d2fdebb0d36a10ebc54722ff07a309cf88f9bb67 authored about 8 years ago by Vibhav Pant <[email protected]>
lsp-define-client: error if TYPE is unknown.

e104f6d80a6e0208014c7ba8245253fbb793d1de authored about 8 years ago by Vibhav Pant <[email protected]>
Add code highlighting

76780a5738e81434d5217c3b4e09ca82e639b193 authored about 8 years ago by Vibhav Pant <[email protected]>
Fix code formatting

5f3436d5d476cd9be56608474c75fa6ea47d19f3 authored about 8 years ago by Vibhav Pant <[email protected]>
more code

d29a5b96154647058e09e9c09ee45d55defa1eef authored about 8 years ago by Vibhav Pant <[email protected]>
Fix sections

eb4de1d6eb9a0b0e2bdea328d98014e0c6c94945 authored about 8 years ago by Vibhav Pant <[email protected]>
Add more info

b18e35009c49f355d06f4aa4cb1205be87be8bb5 authored about 8 years ago by Vibhav Pant <[email protected]>
lsp--initialize: Set cur-dir

7347088aa50b7b84d0aaeff471557d399ddce12b authored about 8 years ago by Vibhav Pant <[email protected]>
refactor

e72b977d54126ac3182e2f5fb57a02f679f7ac4c authored about 8 years ago by Vibhav Pant <[email protected]>
Fix issues with lsp--range

1f19af09c5854a0b7657c63e2e17a9111949fae6 authored about 8 years ago by Vibhav Pant <[email protected]>
Use correct message format

a719d8a40f3b2080dec7feebbb263bbb7ec1ce65 authored about 8 years ago by Vibhav Pant <[email protected]>
Don't send eof

663cbecd6cc39fc2ae09631ffa9319e48dfd5b70 authored about 8 years ago by Vibhav Pant <[email protected]>
Use pipes, add go mode (with langserver-go)

d2a5d87b7f39858bd76b9d911f0087e1929ca780 authored about 8 years ago by Vibhav Pant <[email protected]>
add lsp-debug, use it

3fbcec6dc4bf4a86d939211cf1babe292525016d authored about 8 years ago by Vibhav Pant <[email protected]>
Add lsp-mode.el

0fc8c022d94377513a147a3c8bb82ee9a46e1602 authored about 8 years ago by Vibhav Pant <[email protected]>
Fix empty hover contents

eb3222fc1e490fde76691babe408d6e57eb9e489 authored about 8 years ago by Vibhav Pant <[email protected]>
Fix error messages

7a0b4c3047146381cede0749e6172e69137e80a8 authored about 8 years ago by Vibhav Pant <[email protected]>
Fix error messages

1d16b198e949408c9beb240b1399dab01ed4a85e authored about 8 years ago by Vibhav Pant <[email protected]>
Fix hover string

c885560de94871179a9125fa28623b6703aa92df authored about 8 years ago by Vibhav Pant <[email protected]>
Fix edits being applies incompletely

9d9a0691c9c142aac718c9b7ed9ba683f4581d51 authored about 8 years ago by Vibhav Pant <[email protected]>
Set response to nil on error

f04247dbbebc2858b6c1abe82e46dd078891d513 authored about 8 years ago by Vibhav Pant <[email protected]>
Add racer support

65c326643914a9ce5c6dd535e8ca3a5cdd9ac0f8 authored about 8 years ago by Vibhav Pant <[email protected]>
Use lsp-- prefix

c24f4d2d7702c9464037536ef3b6a69ab200b382 authored about 8 years ago by Vibhav Pant <[email protected]>
Fix incomplete output not being parsed correctly

4640143f3ce8f396e3d012c122d4bad9113aba1f authored about 8 years ago by Vibhav Pant <[email protected]>
add lsp-send

f8fb604b72f8820b1cfcd324f5b1cdcd29f89711 authored about 8 years ago by Vibhav Pant <[email protected]>
Add projectile dependency

9223b57066ab4e37dfc7c4f9f6a775bae8b5f580 authored about 8 years ago by Vibhav Pant <[email protected]>
Rename to lsp-receive

e6aa254063af856078e8a079f851864c05fa3a65 authored about 8 years ago by Vibhav Pant <[email protected]>
Add errors

5912676765554df47f88e546c422a598c80a2ec3 authored about 8 years ago by Vibhav Pant <[email protected]>
Add ht, s dependencies

223336406c2453a24c248d517b17e434d04a6eaa authored about 8 years ago by Vibhav Pant <[email protected]>
Fix typo in regexp

388e1fb39490ee5876d88487c2bb4a974fb514f8 authored about 8 years ago by Vibhav Pant <[email protected]>
Fix docs

9cb93128a7097ded125fcfa97f667ded554f1f11 authored about 8 years ago by Vibhav Pant <[email protected]>
Remove unneeded case

1818e6edc49f6733b2e844b09a4f1cbfd85a40c5 authored about 8 years ago by Vibhav Pant <[email protected]>
Add FIXME tag

e02dbaaacb346d0574da1337cceb719c9ee3ebfa authored about 8 years ago by Vibhav Pant <[email protected]>
Clarify doc for lsp--r-content-length-type-body-next

d1edfc97ea9a2ccc7a33fed0a743f65ca8e01b9c authored about 8 years ago by Vibhav Pant <[email protected]>
Fix typo

0e98fb413db32a1647e2155604dab7104c934e78 authored about 8 years ago by Vibhav Pant <[email protected]>
Add filter functions for stdout transport

8f7ba5ca3fabbe4276b8fdbcd002277f3bb018c7 authored about 8 years ago by Vibhav Pant <[email protected]>
Use plist instead of hash tables

966b79512b6e972fb9a9accc4264750ab9e7e967 authored about 8 years ago by Vibhav Pant <[email protected]>
Add data argument to clients callbacks, use file-versions hash table

7c42d6dc47acae60ab2d28c51894b4fa24c43b1c authored about 8 years ago by Vibhav Pant <[email protected]>
Add and use struct workspace

93f646a522f6caf112ec9e5072d07b0be55ee09e authored about 8 years ago by Vibhav Pant <[email protected]>
Add 'initialize' and 'format'

f4016ea2a4bdd7724a9d932e651f1e0215dc40be authored about 8 years ago by Vibhav Pant <[email protected]>
Rewrite parser to not use global variables

d25b0fe215ced7d97116e06394c4138ec1e000df authored about 8 years ago by Vibhav Pant <[email protected]>
add some doc comments

90eaac833f3805b5bae7036ecd42d4df1704c249 authored about 8 years ago by Vibhav Pant <[email protected]>
Use defvar-local, `lsp` prefix for local variables

d7f825c2cbb2043000bb023db952980b30108804 authored about 8 years ago by Vibhav Pant <[email protected]>
rewrite the request architecture

09542fc48a5952d83fba2cf7bfba9f6a3423da15 authored about 8 years ago by Vibhav Pant <[email protected]>
add .gitignore

e33739627987a97fca5279871e7cc756469bc26f authored about 8 years ago by Vibhav Pant <[email protected]>
Rename to lsp-document.el

d0f13bbf912f654be0905982a5e1e171a64a52a3 authored about 8 years ago by Vibhav Pant <[email protected]>
Add LICENSE

f3be1de8f49f4dad0dfc840d3998f6efa04b7b76 authored about 8 years ago by Vibhav Pant <[email protected]>
Add lsp-callback.el

ae006488df0c02380dc9dca10e2d9f8a270c2674 authored about 8 years ago by Vibhav Pant <[email protected]>
Add text-document-hover-string

2964fbac8d7dcb615bf7982a20557e49c6003348 authored about 8 years ago by Vibhav Pant <[email protected]>
Add lsp--apply-text-edit use 'equal test for hash tables

9ca5b2ef0083d789d6d6a051be01f6b4c26aad7e authored about 8 years ago by Vibhav Pant <[email protected]>
lsp--get-completions: Work with CompletionList

67506100d5de2696b8cc75b3d8b64ea3a856da9b authored about 8 years ago by Vibhav Pant <[email protected]>
Add lsp--current-char-offset, use it in lsp--text-document-position-params.

0dad4b6bcef96ef5e316c03af254d6c44cd4fa36 authored about 8 years ago by Vibhav Pant <[email protected]>
Add lsp-pkg.el

d6d72b2e2fc72074e8aa9526fa4d15fcc84c9e31 authored about 8 years ago by Vibhav Pant <[email protected]>
Add files

e42e99e026b037c1d29709955273b890be95c9fa authored about 8 years ago by Vibhav Pant <[email protected]>