mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
21 lines
709 B
Text
21 lines
709 B
Text
[[code-install-lang-server]]
|
|
== Install language server
|
|
|
|
*Code* comes with built-in language support for TypeScript. You can install additional languages as a {kib} plugin.
|
|
|
|
[role="screenshot"]
|
|
image::images/code-lang-server-tab.png[]
|
|
|
|
The following languages are supported for the current version:
|
|
|
|
* Built-in language support: `TypeScript`
|
|
|
|
* Additional language support: `Java`
|
|
|
|
You can check the status of the language servers and get installation instructions on the *Language Servers* tab. Make sure the status of the language server is `INSTALLED` or `RUNNING` after you restart the {kib} instance.
|
|
[role="screenshot"]
|
|
image::images/code-lang-server-status.png[]
|
|
|
|
|
|
|
|
include::code-basic-nav.asciidoc[]
|