Any utility that assists in the creation of mods, assets, etc, go here. For example: Ultimate Doom Builder, Slade, WadSmoosh, Oblige, etc.
Forum rules The Projects forums are ONLY for YOUR PROJECTS! If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Why Kate Editor?
Well, I decided that because of my personal needs, as that's the editor I use. But my real plan is to use this one as a base for the more complex highlighting system for VSCode, as that's an editor people actually use.
And as Kate supports LSP, the final stage of my plan is to make a ZScript language server. But that's gonna be something for later.
But, wasn't there an extension arleady for it?
Yes. there is. But I decided to remake it. It's not a fork of it, either. Most stuff in it was somewhat hardcoded, and I tried to hardcode the least possible I could.
Very nice! Definitely going to give this a try long-term.
If only it were easier to get Intellisense fully working to dynamically detect declared object functions and variables. On initial glance, it seems a very convoluted process to implement for custom languages .
Intellisense (including fully supporting it across #included files) would ultimately be the most awesome thing ever. As I'm sure Kaptain knows because I keep bugging him about it.
I understand, however, that it's one of the most difficult things to develop. At any rate, even just colour highlighting as it is, is already a huge productivity enhancer.
Thanks for everybody using my extension. The project is absolutely not dead, and I'm always avaible to fix any problems (VSCode tends to break stuff between updates, it already happened once).
About the intellisense part: between my job and hatred for VSCode's documentation and extension API, it's really hard to implement, but doable. I just need to bash my head on the keyboard enough times to make it click.
Thanks again for using my extension: it's gonna be released on the market (as no bugs have been found out in months) soon™.
When you release this extension on the VS Code marketplace, can you please release it on Open VSX as well? I use VSCodium, since I'm not a fan of telemetry.
Talon1024 wrote:When you release this extension on the VS Code marketplace, can you please release it on Open VSX as well? I use VSCodium, since I'm not a fan of telemetry.
Congratulations on the marketplace release. What's interesting is that VS Code immediately recognized the extension and prompted an editor update (despite me never having installed it from the marketplace, ever - I only ever manually installed in the past). Left a glowing review; keep up the great work!