As far as scripting convenience goes, it has the suggested autocomplete options that pop up in VS.
So if say I have BaseCreature already on a file, and then anywhere else i start to type Base...it will give BaseCreature option and I just have to press enter.

Also if you do just one curly bracket " { " it will create the second one for you { }. Then with your cursor just after the first bracket, if you press enter it will drop the second bracket down two lines and put your cursor in the middle and indented.
Saves a lot of time.

And just set up a Workspace: https://code.visualstudio.com/docs/editor/multi-root-workspaces#_workspace-file : for my server files to work with easier.

There's a lot more too it but honestly I just grabbed it to try out and haven't thought twice about using Notepad++ or bothered to really dive into what all VS Code has to offer
 
I also love the mini map feature

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
 
Back