Ylazy
Ylazy
Hi! Thank you for give us a great tool. I see the --output switch only accepts 1 file. I think it would be great if we could have --outputDirectory switch,...
``` import flash.text.TextField; var text:String = "test\n"; var tf:TextField = new TextField(); tf.text = text; tf.htmlText = tf.htmlText; trace(tf.text == text); // false ``` the expected result is true
Hi! I could use RH to find class RESOURCE_HACKER or use RHS to find class RESOURCE_HACKER_SCRIPT but when I find RCO, the type explorer result list that contains REPEATED_COPY_OPTIONS, but...
Classes with an public namespace should be visible only to classes that "use" the namespace. So if I use Type Explorer when editting a class that doesn't use the namespace,...
QuickNavigate only works with Project Classpaths, doesn't work with Global Classpaths. Please fix this issue. Thanks!
Add "ActionScript" to the list.
Hi! I don't need to track single quotation marks in comments. Could you consider to add an option to ignore them?  Thanks!
Hi! It would be nice if we have something like [this](https://marketplace.visualstudio.com/items?itemName=liamhammett.inline-parameters) for ActionScript. Much more readable codes. Please consider to support this feature. Thank you!
Hi! In my asconfig.json: ``` { "compilerOptions": { "source-path": [ "src", "C:/YlazySDK/Libs/as3/src/root", "C:/YlazySDK/Libs/as3/src/topLevel/app", "C:/YlazySDK/Libs/as3/src/topLevel/dataTypes", "C:/YlazySDK/Libs/as3/src/topLevel/global", "C:/YlazySDK/Libs/as3/src/topLevel/namespaces", "C:/YlazySDK/Libs/as3/src/topLevel/profiling", "C:/YlazySDK/Libs/as3/src/topLevel/tracing" ] } } ``` I think this could be better: ``` {...
https://github.com/BowlerHatLLC/vscode-as3mxml/assets/6010183/373f7ede-746a-4089-a3b8-a09a574336b1 I think the error message should be something like: "Error: The mainClass `x.controls.test.ActionButtonTest` not found at line `8`. Please check the path." Thank you!