Skip to content

Commit 6ba15df

Browse files
authored
feat: goto type and implemenatation capabilities (#14)
1 parent 378801f commit 6ba15df

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/ServerCapabilities.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,24 @@ class ServerCapabilities
3939
*/
4040
public $definitionProvider;
4141

42+
/**
43+
* The server provides goto type definition support.
44+
*
45+
* @since 3.6.0
46+
*
47+
* @var bool|null
48+
*/
49+
public $typeDefinitionProvider;
50+
51+
/**
52+
* The server provides goto implementation support.
53+
*
54+
* @since 3.6.0
55+
*
56+
* @var bool|null
57+
*/
58+
public $implementationProvider;
59+
4260
/**
4361
* The server provides find references support.
4462
*

0 commit comments

Comments
 (0)