VSC plugin for hxc files? #3860
Replies: 4 comments 3 replies
-
Just use the haxe plugin, Hscript is just haxe code |
Beta Was this translation helpful? Give feedback.
-
I personally use IntelliJ with the Haxe plugin and added haxeToolkit libs for autocompletion and code reference/docs I can also run the Funkin client in Terminal with a button |
Beta Was this translation helpful? Give feedback.
-
https://marketplace.visualstudio.com/items?itemName=Snirozu.funkin-script-autocompleter |
Beta Was this translation helpful? Give feedback.
-
In your settings.json for your funkin project: // Fix file associations for HScript.
"files.associations": {
"*.hxp": "haxe",
"*.hscript": "haxe",
"*.haxe": "haxe",
"*.hxs": "haxe",
"*.hxc": "haxe"
}, The Also: #4147 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Does anyone have a VSC plugin I can use to make hscript scripting easier or nah?
Beta Was this translation helpful? Give feedback.
All reactions