We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 190ab23 commit 8748c42Copy full SHA for 8748c42
CHANGELOG.md
@@ -1,8 +1,16 @@
1
-## 1.0.x (unreleased)
+## 1.0.5
2
3
+Features:
4
+- Custom folding. See README.
5
+- Support for doc strings when hovering on modules.
6
+- Jump to type definition for types defined in inner modules.
7
+
8
+Fixes:
9
- Properly highlight nested comments.
-- Fix Windows diagnostics!
-- Custom folding. See README
10
+- Windows diagnostics!
11
+- Removed a potential infinite loop issue in autocomplete.
12
+- Don't autocomplete `open MyModule` inside line comments.
13
+- Don't print parentheses as in `A()` for 0-ary variants.
14
15
## 1.0.4
16
0 commit comments