VS Code plugin #15
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Although I kind of want to learn to write VS Code plugins, I'm inclined to declare this out of scope for my personal work on Hank. Anyone is welcome to share ideas and prototypes, though.
I just realized that because Hank is written in Haxe, if you wrote a VSCode plugin, you could get an incredibly integrated editor because the VSCode plugin could run the Javascript compiled version of the Hank interpreter right inside of the VSCode plugin ( or just write the plugin in Haxe and include the Hank library ).
You would get full access to the parser and even be able to evaluate the HScript expressions all inside of the plugin without having to host an external debugging server or anything like that. You could get a full IDE that is easily better than Inky.