kibana/docs/code/code-install-lang-server.asciidoc
Nate Archer e177c7929a
[DOCS][CODE]: Code docs grammar edits and adjustments (#44838) (#45040)
* [DOCS] Fix beta tag in Code Docs

* [DOCS][7.x][CODE]: Code docs grammar edits and adjustments

* Address Gail's feedback

* More feedback
2019-09-06 17:46:02 -05:00

23 lines
960 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[]
For the current version, *Code* supports the following languages in addition to TypeScript:
* `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[]
[float]
=== Ctag language server
*Code* also uses a Ctag language server to generate symbol information and code intelligence when a dedicated language server is not available. The code intelligence information generated by the Ctag language server is less accurate but covers more languages.
include::code-basic-nav.asciidoc[]