Commit graph

501 commits

Author SHA1 Message Date
Dirk Bäumer
abfd8299c1
Merge pull request #469 from henryju/patch-2
Fix typo
2018-05-08 12:34:33 +02:00
Dirk Bäumer
e89b3ff501
Merge pull request #465 from rcjsuen/deprecated
Add deprecated property to CompletionItem and SymbolInformation
2018-05-08 11:57:07 +02:00
Julien HENRY
3702d88c67
Fix typo
s/workapce/workspace
2018-05-02 09:50:57 +02:00
Dirk Bäumer
f18f6b67c6
Merge pull request #466 from NateEag/patch-2
Fix typo in servers.md
2018-04-27 14:43:29 +02:00
Nate Eagleson
980ef548fe
Fix typo in servers.md
I just noticed this while cruising the site.
2018-04-26 12:42:31 -04:00
Remy Suen
65def19c25 Add deprecated property to CompletionItem and SymbolInformation
It should be possible for completion items and symbols to be flagged
as being deprecated. Some editors and IDEs flag such deprecated items
by applying a visual affordance such as striking the text out. By
introducing this new deprecated property, these editors and IDEs will
be able to use its deprecation UI affordance when supporting a
language via the LSP.

Signed-off-by: Remy Suen <remy.suen@gmail.com>
2018-04-26 10:46:17 -04:00
Dirk Baeumer
a79e8c264a Added space 2018-04-26 15:58:22 +02:00
Dirk Bäumer
1d96c76b5f
Merge pull request #464 from rcjsuen/link-resolve
Add new data field to DocumentLink to support documentLink/resolve properly
2018-04-26 15:12:41 +02:00
Remy Suen
7d805bc595 Add new data field to DocumentLink to support documentLink/resolve properly
Without any context, it is not possible for a documentLink/resolve
request to resolve anything because all a DocumentLink has is a
non-null Range. To allow information to be transferred between a
textDocument/documentLink request and a documentLink/resolve request,
a new data field has been added for servers to populate it with
information necessary for the resolution of the link.

Signed-off-by: Remy Suen <remy.suen@gmail.com>
2018-04-26 08:47:07 -04:00
Dirk Bäumer
f841596796
Merge pull request #460 from elazarg/patch-1
Implementations: Fix Typo
2018-04-26 12:56:06 +02:00
Dirk Bäumer
9ee3a1b063
Merge pull request #458 from laughedelic/patch-1
Update Metals link
2018-04-26 12:55:38 +02:00
Dirk Bäumer
78f535af4e
Merge pull request #451 from piggyslasher/patch-3
Fix Markdown Link
2018-04-26 12:55:23 +02:00
Dirk Bäumer
fc49f63c2c
Merge pull request #450 from CestDiego/patch-1
Separate words `Request Message`
2018-04-26 12:53:13 +02:00
Elazar Gershuni
0a64003de0
Fix typo 2018-04-25 01:00:19 +03:00
Alexey Alekhin
34afc6aaa6
Update Metals link 2018-04-22 22:35:02 +02:00
Dirk Bäumer
9b0c512c41
Merge pull request #444 from caleblloyd/patch-1
Fix for sticky sidebar going off page on Desktop
2018-04-18 12:19:15 +02:00
Dirk Bäumer
16685a3acb
Merge pull request #454 from recca0120/patch-1
Add PHPUnit Language Server implementation
2018-04-18 12:18:21 +02:00
Recca Tsai
128858c419
Add PHPUnit Language Server implementation 2018-04-17 23:32:09 +08:00
Vik Ramanujam
8985822f4f
Fix Markdown Link 2018-04-15 16:43:40 +08:00
Diego Berrocal
f038040fd8
Separate words Request Message
This makes it consistent with the rest of the document
2018-04-13 21:59:16 -04:00
Dirk Bäumer
6b6f510730
Merge pull request #448 from rcjsuen/patch-6
Fix #447 Clarify the default for TextDocumentSyncOptions's change
2018-04-11 11:55:20 +02:00
Remy Suen
3b3e986f96 Fix #447 Clarify the default for TextDocumentSyncOptions's change
Signed-off-by: Remy Suen <remy.suen@gmail.com>
2018-04-11 05:44:31 -04:00
Dirk Baeumer
a1b13c5681 Fixes #447: What is the default value for ServerCapabilities.textDocumentSync and TextDocumentSyncOptions.change 2018-04-10 10:38:53 +02:00
Dirk Baeumer
f4dfcb1649 Fixes #425: Clarification: can server send telemetry/event prior to initialization? 2018-04-10 10:32:17 +02:00
Dirk Baeumer
e480d92f2a Fixes #400: Link to snippet syntax 404s 2018-04-09 21:24:43 +02:00
Dirk Bäumer
04d4cbf4ba
Merge pull request #419 from simark/patch-1
Change TextDocumentSyncKindIncremental -> TextDocumentSyncKind.Increm…
2018-04-09 15:30:21 +02:00
Dirk Bäumer
b657609f04
Merge pull request #423 from piggyslasher/patch-2
Add Oni for it's tight integration with Language Server
2018-04-09 15:26:23 +02:00
Dirk Bäumer
d7f0375c99
Merge pull request #435 from rcjsuen/escape-locations
Escape pipe characters so that they get rendered in HTML
2018-04-09 15:09:16 +02:00
Dirk Bäumer
5ef226a9bb
Merge pull request #434 from autozimu/typo
Typo.
2018-04-09 15:04:57 +02:00
Dirk Bäumer
31573fd4b8
Merge pull request #431 from ggilmore/gh-pages
Clarify "textDocument/didOpen" requirement
2018-04-09 14:53:32 +02:00
Dirk Bäumer
f09e61c23d
Merge pull request #442 from rcjsuen/patch-6
Change workspace/workspaceFolder's icon to be a request
2018-04-06 16:28:15 +02:00
Dirk Bäumer
c05d3a4517
Merge pull request #443 from snoe/gh-pages
Add Clojure Language Server implementation
2018-04-06 16:23:04 +02:00
Dirk Baeumer
e361dca587 Add client capability for related information 2018-04-05 16:38:32 +02:00
Caleb Lloyd
ae7be295d0 enable scrolling on sticky sidebar 2018-04-05 10:37:42 -04:00
Dirk Baeumer
69028bf06f Documented support for related information 2018-04-05 15:57:53 +02:00
Dirk Baeumer
13347dca69 Add change Log 2018-04-05 15:52:47 +02:00
case
5d2ab4e13b Add Clojure Language Server implementation 2018-04-05 07:49:51 -06:00
Remy Suen
42079a2401
Change workspace/workspaceFolder's icon to be a request
As workspace/workspaceFolder is a request, it should use a hook
instead of an arrow to indicate that something will be sent back to
the originator of the message.

Signed-off-by: Remy Suen <remy.suen@gmail.com>
2018-04-05 19:45:51 +09:00
Dirk Bäumer
537f7d3ae6
Merge pull request #441 from rcjsuen/patch-5
Change workspace/configuration's icon to be a request
2018-04-04 15:00:58 +02:00
Remy Suen
46208bccb2
Change workspace/configuration's icon to be a request
As workspace/configuration is a request, it should use a hook instead
of an arrow to indicate that something will be sent back to the
originator of the message.

Signed-off-by: Remy Suen <remy.suen@gmail.com>
2018-04-04 21:59:12 +09:00
Dirk Baeumer
fd4bba405e Merge in Apache Camel changes 2018-04-04 12:23:04 +02:00
Dirk Bäumer
852f0e0c02
Merge pull request #424 from adelarsq/patch-1
Sorting language servers by Language
2018-04-04 12:11:20 +02:00
Dirk Bäumer
5f6ecf5bcc
Merge branch 'gh-pages' into patch-1 2018-04-04 12:10:54 +02:00
Adelar da Silva Queiróz
8fa619e961
Update servers.md 2018-04-02 23:09:30 -03:00
Adelar da Silva Queiróz
aca82f4673
Update servers.md 2018-04-02 23:09:28 -03:00
Adelar da Silva Queiróz
df64db0ff9
Update servers.md 2018-04-02 23:09:26 -03:00
Adelar da Silva Queiróz
217d3c6583
Update servers.md 2018-04-02 23:09:07 -03:00
Remy Suen
0d7c275ad7 Escape pipe character so that it is rendered in HTML
Signed-off-by: Remy Suen <remy.suen@gmail.com>
2018-03-27 19:23:50 +09:00
Junfeng Li
b7366680a5 Typo. 2018-03-24 23:54:10 -07:00
Geoffrey Gilmore
beac16536b Clarify "textDocument/didOpen" requirement
See: https://github.com/Microsoft/language-server-protocol/issues/177

Clarify in the specification whether or not `textDocument/didOpen` is required first
2018-03-21 12:16:44 -07:00