File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -7,19 +7,18 @@ https://github.com/admvx/as2-language-support
77- LSP-based code completion
88- Intrinsic language features + local code parsing
99
10- ## Known issues
11- - Look-up of imported classes requires the open vscode directory to match the class root
12- - Method signature intellisense supports single-line cases only
13- - Limited awareness of inline method definitions
14-
1510## Coming soon
16- - File handling improvements
1711- Go-to / peek definition support
1812- Contextual suggestion filtering
1913- Performance improvements via WASM regex implementation
2014
2115## Release Notes
2216
17+ ### 1.1.0
18+ - Removes the requirement that the active vscode workspace directory must match the root class-path of any open files
19+ - Improves handling of wildcard imports
20+ - Fixes bug where parse queue halts upon encountering a missing file
21+
2322### 1.0.1
2423Addresses the following issues:
2524- No method signature support for the super constructor
Original file line number Diff line number Diff line change 66 "type" : " git" ,
77 "url" : " git@github.com:admvx/as2-language-support.git"
88 },
9- "version" : " 1.0.1 " ,
9+ "version" : " 1.1.0 " ,
1010 "author" : " Adam Vernon" ,
1111 "publisher" : " admvx" ,
1212 "icon" : " icon.png" ,
You can’t perform that action at this time.
0 commit comments