mirror of
https://github.com/google/gn-language-server.git
synced 2025-12-23 12:26:43 +00:00
Update description
This commit is contained in:
parent
a80bcfbefd
commit
709badb4d1
1 changed files with 21 additions and 3 deletions
|
|
@ -18,9 +18,27 @@
|
|||
<id>com.google.gn</id>
|
||||
<name>GN</name>
|
||||
<vendor url="https://www.google.com/">Google</vendor>
|
||||
<description>Language server for GN, the build configuration language used in
|
||||
Chromium, Fuchsia, and other projects.
|
||||
</description>
|
||||
<description><![CDATA[
|
||||
A language server for GN, the build configuration language used in Chromium, Fuchsia, and other projects.
|
||||
|
||||
<h2>Features</h2>
|
||||
<ul>
|
||||
<li>Syntax highlighting</li>
|
||||
<li>Syntax error reporting</li>
|
||||
<li>Context-aware completion and auto-import</li>
|
||||
<li>Hover documentation</li>
|
||||
<li>Go to definition</li>
|
||||
<li>Finding target references</li>
|
||||
<li>Following imports</li>
|
||||
<li>Following dependencies</li>
|
||||
<li>Quick fix</li>
|
||||
<li>Sticky scroll with useful lines</li>
|
||||
<li>Code lens</li>
|
||||
<li>Outline</li>
|
||||
<li>Code folding</li>
|
||||
<li>Formatting</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
|
||||
<depends>com.intellij.modules.platform</depends>
|
||||
<depends>com.redhat.devtools.lsp4ij</depends>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue