Michael Engel

Results 9 issues of Michael Engel

Added a header to play nicely with commonjs, amd and classic window exports

👋 Hello, Sorry for the issue spam, this for loop somehow crashes the rename-parser as well: ```haxe class CrashInForLoop { final _vo = {posts:[]}; inline final function updatePosts() { var...

👋 Hello, given a macro like this: ``` class TestCrashMacro { static function combine(structure:Expr):Expr { if (structure.expr.match(EDisplay(_, DKMarked))) { return macro @:pos(Context.currentPos()) ($structure : {}); } return Expr(); } }...

👋 Hello, when renaming public functions, some obvious occurrences are missed. Example: - Clone [Haxe Flixel](https://github.com/HaxeFlixel/flixel) - Open flixel/math/FlxMatrix.hx, find the function rotateByPositive90 - Search for rotateByPositive90 in the project...

👋 Hello, this code below crashes rename.js parsing: ```haxe package src; abstract TestCrash(String) to String { public static inline function fail(data:Dynamic):TestCrash { return cast '${data.a}_${data.b}_${data.c}_${false}'; } } ```

👋 Hello, in the example below, renaming "someValue" in DemoClassA does not reflect in its usage in the "WontRename" class. ```haxe package src; class DemoClassA { public var someValue:String; }...

👋 Hello, in the example below, TESTRENAME will only be renamed in 2 of 3 cases. ([full example project here](https://github.com/dubspeed/haxe-rename-symbol-examples)) ```haxe package src; class DemoClassA { public var someValue:String; }...

# Safe Delete ## Description I would like to suggest the addition of a "Safe Delete" feature to the VSHaxe. The feature is often found in IntelliJ based IDEs. Here...

haxe-foundation-partner

# Feature Request: Extract Function ## Description I would like to request the addition of an "Extract Function" feature to the VSHaxe. This feature is a common refactoring tool found...

haxe-foundation-partner