Accept the default options (Git Bash, Git GUI, Git LFS, Associate .git & .sh files) until you get to the 'Choosing the default editor used by Git' screen. Choose Nano as the default text editor.
Extract the Binaries from zip file to C:\Program Files (x86) or other suitable location
Start NetBeans by running “C:\Program Files\netbeans\bin\netbeans64.exe”. Also create a start menu shortcut.
Go to the Tools → Java Platform Manager menu and be sure the Java Platform points to the JDK 11 (C:\Program Files\Java\jdk-11.0.3) folder you installed earlier.
OR If using Zulu: Go to the Tools → Java Platform Manager menu and be sure the Java Platform points to Zulu 11 (C:\Program Files\Zulu\zulu-11\bin) folder you installed earlier.
Go to the Tools → Plugins → Available Plugins menu and install the nbjavac Library
Go to the Tools → Plugins → Downloaded menu and install the org-netbeans-libs-javafx-win.nbm plugin to activate JavaFX
Accept the default options ensuring that when it comes to the 'Select Additional Tasks' screen, be sure ‘Add to PATH (available after restart) option is checked.
Start Visual Studio Code.
Go to Extensions and install C# (C# for Visual Studio Code (powered by OmniSharp))
Go to Extensions and install Java Language Support