Skip to content

Commit 627d843

Browse files
committed
Update htmls
1 parent f916d5d commit 627d843

File tree

2 files changed

+16
-22
lines changed

2 files changed

+16
-22
lines changed

change-notes.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
0.3.7<br/>
22
<ul>
3-
<li>StubIndex all simple TypeDeclaration and completion support</li>
3+
<li>StubIndex all simple TypeDeclaration and completion support (#88)</li>
44
<li>Fix global unicode input action</li>
55
<li>Extract change-notes.html and description.html to reduce plugin size</li>
66
<li>Fix project-already-disposed bug (#286)</li>
77
<li>Handle exception caused by unknown version (#298)</li>
88
<li>Use lazy block when parsing</li>
9-
<li>ExpressionType action Ctrl+Shift+P (experimental)</li>
10-
<li>Better indent when pressing ENTER</li>
11-
<li>List Julia packages at External Libraries</li>
9+
<li>ExpressionType action by Ctrl+Shift+P (experimental)</li>
10+
<li>Automatic indentation when pressing ENTER (#21)</li>
11+
<li>List Julia packages under External Libraries</li>
1212
<li>Support TODO in comments</li>
13+
<li>Fix CLion compatibility issue (#305)</li>
14+
<li>Fix parser bug (#300)</li>
15+
<li>Lots of internal refactoring</li>
1316
</ul>
1417
0.3.6<br/>
1518
<ul>

description.html

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,33 +17,24 @@
1717
<li>SDK and module management</li>
1818
<li>A GUI package manager</li>
1919
<li>Documentation view</li>
20-
<li>Syntax highlight</li>
21-
<li>Language injection</li>
20+
<li>Syntax highlight (including version number parsing)</li>
21+
<li>Language injection, automatic regular expression injection and doc string markdown injection (works only when either Markdown or MarkdownNavigator is installed)</li>
2222
<li>Run configuration and code execution</li>
23-
<li>Live templates</li>
2423
<li>File templates</li>
25-
<li>Completions</li>
26-
<li>Jump to definition</li>
27-
<li>Find usages</li>
28-
<li>Renaming</li>
29-
<li>Doc string generation</li>
30-
<li>Try Evaluate</li>
31-
<li>Bread crumbs</li>
32-
<li>Regular expression injection</li>
33-
<li>DocString markdown injection (works only when either Markdown or MarkdownNavigator is installed)</li>
24+
<li>Completions, live templates</li>
25+
<li>Jump to definition, find usages, parameter name hints</li>
26+
<li>Rename refactoring, doc string generation</li>
27+
<li>Bread crumbs, structure view, Try Evaluate</li>
3428
<li>Special input for LaTeX style unicode character</li>
35-
<li>Structure view</li>
36-
<li>DocumentFormat.jl integration</li>
29+
<li>DocumentFormat.jl integration (deprecated)</li>
3730
<li>Error reporter</li>
38-
<li>Version number parsing</li>
39-
<li>Parameter hint</li>
40-
<li>In-IDE REPL</li>
41-
<li>Sci-Mode</li>
31+
<li>In-IDE REPL, experimental debugger and Sci-Mode</li>
4232
</ul>
4333

4434
What you'll see in the future:<br/>
4535
<ul>
4636
<li>Formatter</li>
37+
<li>Better debugger</li>
4738
</ul>
4839

4940
Please don't downvote our plugin for not having one of the features above, because we're just working on it.<br/>

0 commit comments

Comments
 (0)