Discussion

Windows IDE?

4

MitchellBarnstable 2022-06-17 21:51

Just wondering if there's a script extension for things like VS or Notepad++ someone's made? Would be super useful :D


uncodem 2022-06-18 09:23 (Edited)

Yeah! Theres a VSCode extension for LowresNX on the marketplace; It has syntax highlighting, code folding, and auto-indent. It also adds to the command palette but you need to add the LowresNX executable to PATH.


G-9 2022-06-18 11:25

yay!


nathanielbabiak 2022-06-19 02:40 (Edited)

I use a UDL for Notepad++, it's available here.

During development, I just load the NX file into the console once, and then use [CTRL][R] to reload the NX file in the console after every change/save within Notepad++. (I don't do anything fancy to run an instance of the console from within Notepad++ during development.)

Here's a sample: sample code highlighting


MitchellBarnstable 2022-06-20 02:24

Excellent cheers heaps lads


Log in to reply.