|
7 | 7 | <li>Syntax highlighting</li> |
8 | 8 | <li>Code completion</li> |
9 | 9 | <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> |
10 | 14 | <li>Hover documentation</li> |
11 | 15 | <li>Document formatting</li> |
12 | 16 | <li>Diagnostics</li> |
@@ -110,28 +114,26 @@ The set of features will grow with future releases, aligned with the development |
110 | 114 | <h3>Added</h3> |
111 | 115 | <ul> |
112 | 116 | <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 |
113 | 118 | <li>User settings: |
114 | 119 | <ul> |
115 | 120 | <li>Node.js interpreter path (to modify result of automatic search) |
116 | 121 | <li>Additional environment variables for CDS Language Server |
117 | 122 | </ul> |
118 | 123 | </li> |
119 | | - <li>IDE features unlocked via lsp4ij 0.14.2: |
| 124 | + <li>IDE features unlocked via LSP4IJ 0.14.2: |
120 | 125 | <ul> |
121 | | - <li>Code Vision (displays context info such as usages) |
122 | 126 | <li>Highlight Usages in File (highlights symbol usages) |
123 | 127 | <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 |
126 | 131 | <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) |
130 | 132 | </ul> |
131 | 133 | </ul> |
132 | 134 | <h3>Changed</h3> |
133 | 135 | <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 |
135 | 137 | </ul> |
136 | 138 | ]]></change-notes> |
137 | 139 | </idea-plugin> |
|
0 commit comments