File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22## 1.7.11
3- * Fixed: Documentation completion should now result in the correct indentation
43* Bugfix: Extern classes with a constructor that extends other classes should no longer warn about missing super call.
4+ * Bugfix: ` case ` keyword was not sugested in nested switch statements.
5+ * Fixed: Documentation completion should now result in the correct indentation
56* Fixed: Module member references should now be resolved correctly when imported using wildcard.
7+ * Changed: Operator overload methods should no longer show unused warning
8+ * Changed: Documentation view will now also show deprecation information when ` @:deprecated ` is present.
9+ * Improvement: projects with HXML configurations will now also check referenced Hxml files for libraries.
10+ * Improvement: Resolver should now be better at finding Enum type when enum extractors are used.
611* Improvement: Initial support for collision detection when performing rename operations.
712
813## 1.7.10
You can’t perform that action at this time.
0 commit comments