Interface LSPExtension
public interface LSPExtension
Service interface that Truffle instruments can provide to extend the GraalLS with additional
commands.
- Since:
- 1.0
-
Method Summary
-
Method Details
-
getCommands
List<LSPCommand> getCommands()Get a list of allLSPCommands provided by the service.
-