Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport for Type Hierarchy #28
Comments
gorkem
added
the
enhancement
label
Aug 2, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
See Microsoft/language-server-protocol#136 for protocol discussions |
pushed a commit
to yaohaizh/eclipse.jdt.ls
that referenced
this issue
Jul 4, 2017
pushed a commit
to fbricon/eclipse.jdt.ls
that referenced
this issue
Aug 21, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Yanpas
Sep 26, 2018
Isn't this functionality already implemented is Eclipse? The only thing left to do is to expose LSP-RPC method.
Yanpas
commented
Sep 26, 2018
|
Isn't this functionality already implemented is Eclipse? The only thing left to do is to expose LSP-RPC method. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
fbricon
Sep 26, 2018
Contributor
It needs to be rewritten to decouple it from JDT UI. So, once we have standardized the protocol, then we'll refactor eclipse's internals for jdt.ls to conform to it
|
It needs to be rewritten to decouple it from JDT UI. So, once we have standardized the protocol, then we'll refactor eclipse's internals for jdt.ls to conform to it |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Yanpas
Sep 26, 2018
You may implement it as cquery project did as protocol extension and then rename this method. The LSP proposal is already 2 years old and seems will be accepted only when vs code developers need it.
Yanpas
commented
Sep 26, 2018
|
You may implement it as cquery project did as protocol extension and then rename this method. The LSP proposal is already 2 years old and seems will be accepted only when vs code developers need it. |
added a commit
to kittaakos/eclipse.jdt.ls
that referenced
this issue
Oct 2, 2018
added a commit
to kittaakos/eclipse.jdt.ls
that referenced
this issue
Oct 5, 2018
added a commit
to kittaakos/eclipse.jdt.ls
that referenced
this issue
Oct 8, 2018
added a commit
to kittaakos/eclipse.jdt.ls
that referenced
this issue
Oct 8, 2018
added a commit
to kittaakos/eclipse.jdt.ls
that referenced
this issue
Oct 8, 2018
added a commit
to kittaakos/eclipse.jdt.ls
that referenced
this issue
Oct 8, 2018
added a commit
to kittaakos/eclipse.jdt.ls
that referenced
this issue
Oct 8, 2018
added a commit
to kittaakos/eclipse.jdt.ls
that referenced
this issue
Oct 9, 2018
kittaakos
referenced a pull request that will
close
this issue
Oct 9, 2018
Open
GH-28: Added support for the super- and subtype hierarchies. #823
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
PR: #823 |
guw commentedJul 6, 2016
Probably needs extension of the protocol as well as in VScode?