We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c59d8 commit 1fac041Copy full SHA for 1fac041
README.md
@@ -13,6 +13,10 @@ https://github.com/admvx/as2-language-support
13
14
## Release Notes
15
16
+### 1.3.0
17
+- Adds hover and definition support for long-form class references ('import' and 'extends' statements)
18
+- Fixes method signature identification inside array and object literals
19
+
20
### 1.2.3
21
Fix bug with tracking of nested method signatures
22
package.json
@@ -6,7 +6,7 @@
6
"type": "git",
7
"url": "https://github.com/admvx/as2-language-support"
8
},
9
- "version": "1.2.3",
+ "version": "1.3.0",
10
"author": "Adam Vernon",
11
"publisher": "admvx",
12
"icon": "icon.png",
0 commit comments