Timur

Results 44 issues of Timur

`lime test neko -debug -watch` gives this: ```cmd C:\Users\Me\My Projects\SomeProject (master) λ lime test neko -debug -watch > Watching C:/HaxeToolkit/haxe/lib/flixel/5,1,0 > Watching C:/HaxeToolkit/haxe/lib/openfl/9,2,0/src > Watching C:/HaxeToolkit/haxe/lib/lime/8,0,0/src > Watching C:/HaxeToolkit/haxe/lib/hscript/2,5,0 >...

Now there is only "add type hint". ![image](https://github.com/vshaxe/vshaxe/assets/9349164/409f67da-be2c-49e2-941f-c411fe31bdad)

enhancement
code-actions

Sometimes when you type fast (fast means faster than vscode processes it) it feels like signature completion points one parameter behind. Video to show the problem https://github.com/vshaxe/vshaxe/assets/9349164/037ac79a-0eac-4bc8-806c-c2f0a9f7c73a Looks like the...

This looks a little bit redundant: ![image](https://user-images.githubusercontent.com/9349164/208431988-e062463d-5454-4c7d-a26d-f40e9f892dad.png)

Page https://haxe.org/manual/type-system-type-parameter-defaults.html shows me a comment about `import.hx` from this page https://haxe.org/manual/type-system-import-defaults.html.

1. go to https://api.haxeflixel.com/flixel/system/FlxSound.html 2. try to find `pitch` 3. see no results Pitch prop was added with https://github.com/HaxeFlixel/flixel/pull/2564 .

I read some quirks about it (like https://github.com/HaxeFlixel/flixel/pull/2575). Also got some struggle with it by myself - asset file names started with a digit is not shown on `AssepPaths`. Would...

closes #77 Now it is possible to do this: ```cmd flixel tpl ../platformer-template . -n "Marevo" ``` which creates in `.` (current dir) a project with name "Marevo" from template...

At this moment `flixel tpl` looks for templates only in `flixel-template` haxelib folder. Would be much better be able to set custom path to a template, like so ```cmd flixel...