Skip to content

Commit c3419fa

Browse files
committed
docs: update changelog
1 parent 329adfb commit c3419fa

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

src/main/resources/META-INF/plugin.xml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
<li>Syntax highlighting</li>
88
<li>Code completion</li>
99
<li>Goto definition</li>
10+
<li>Find references</li>
11+
<li>Highlight usages in file</li>
12+
<li>Structure tool window (Outline)</li>
13+
<li>Navigate Symbol... (symbols in workspace)</li>
1014
<li>Hover documentation</li>
1115
<li>Document formatting</li>
1216
<li>Diagnostics</li>
@@ -110,28 +114,26 @@ The set of features will grow with future releases, aligned with the development
110114
<h3>Added</h3>
111115
<ul>
112116
<li>Support for <i>Community Editions</i> of IntelliJ IDEs
117+
<br/>Plugin is now based on the <i>LSP4IJ</i> plugin - in case you wonder why this gets installed as well
113118
<li>User settings:
114119
<ul>
115120
<li>Node.js interpreter path (to modify result of automatic search)
116121
<li>Additional environment variables for CDS Language Server
117122
</ul>
118123
</li>
119-
<li>IDE features unlocked via lsp4ij 0.14.2:
124+
<li>IDE features unlocked via LSP4IJ 0.14.2:
120125
<ul>
121-
<li>Code Vision (displays context info such as usages)
122126
<li>Highlight Usages in File (highlights symbol usages)
123127
<li>Structure Tool Window (populates and updates the file structure panel)
124-
<li>On-the-fly Code Formatting (code formatting as you type)
125-
<li>Selection-based Code Formatting (formatting of only a selected block of code)
128+
<li>Navigate Symbol... (find/list symbols in workspace)</li>
129+
<li>On-the-fly Code Formatting (format block when finishing it with "}" or ";")
130+
<li>Format Selected Code
126131
<li>Semantic Selection (extends or shrinks selection based on code structure)
127-
<li>File Rename Synchronization (synchronizes the language server with file renames)
128-
<li>Global Symbol Search (navigation to a workspace symbol)
129-
<li>Safe Rename Refactoring (updates references on file rename)
130132
</ul>
131133
</ul>
132134
<h3>Changed</h3>
133135
<ul>
134-
<li>Already search suitable Node.js interpreter on first plugin start
136+
<li>Search suitable Node.js interpreter on first start of plugin
135137
</ul>
136138
]]></change-notes>
137139
</idea-plugin>

0 commit comments

Comments
 (0)