Quote: "I used it for lua too, but I remove it because I can not work in more than one folder, so I go back to sublimetext. Of course you can mod the source, but I have no clue if everything works fine and will compile. VS installs a lot of libraries which you need, so nobody can tell you if it works. Test it and tell us. I am interested if it works for you"
There is a VS Code extension called project manager which handles multiple folders. I'm guessing it might be necessary to use VS2015+ to compile GG but hopefully I can set VS Code as the primary code editor and GIT integration.
Quote: "ah, read first post quickly, ok VS Code? will ask my colleague. "
Cheers. Would be good to get alternative views on this.
Quote: "I just downloaded and installed VS Code. I'm not sure if I will be using it as yet for C++. Installed C# extension as I wanted to refresh my understanding of C using # rather than C++. I don't think I will probably use it for doing lua scripts because I found that Notepad ++ works extremely well -- especially with Bolt Action Gaming's API which is in an XML format and can easily be modified/add GG commands. I still believe this is the best standalone editor using lua for GG. "
Its possible to create custom language themes for VS Code but appreciate it would be a lot of work. I'll give notepad++ a try for the specific purpose of GG LUA scripting and may even look at doing a GG extension for VS Code if the XML can be ported over to JSON.
Quote: "I would imagine that you would have to use the same version of VS as Lee is using. Older versions may lack specific libraries. Newer ones would probably be okay at a guess."
Yeah. VS Code probably won't have all the VS libraries required to compile GG out of the box so I guess it will either be a case of copying them across if thats possible or linking them so I can use VS Code to edit / manage the files.
Quote: "I use vi."
LOL. Thats probably a little too hardcore for me but interesting to hear what other people are using.
One of the things I'm really enjoying about VS Code is how beautiful and well designed the editor is. In my opinion it works much better than the larger VS products as its very clean and modern and allows you to focus on coding rather than navigating around stuff. It also has very good debugging tools / extensions. As one reviewer said on Youtube, VS Code is so pretty it makes him want to write code!