NeoAxisEngine icon indicating copy to clipboard operation
NeoAxisEngine copied to clipboard

Add support for VS Code as an external text editor

Open aaronfranke opened this issue 4 years ago • 1 comments

I see that NeoAxis supports Visual Studio 2017 and 2019. However, these don't run on Linux, and are a bit bloated, so I personally prefer to use VS Code everywhere. It would be great of NeoAxis supported this editor.

aaronfranke avatar Jul 02 '20 01:07 aaronfranke

Hi, We made support for VSCode in 2020.5. Use NeoAxis.Managed.ProjectOnly.AnyIDE.sln.

It remains to configure compilation and run executables in debugger. The problem is that it is not yet possible to compile the entire source code of the engine in VSCode. VS2019 is still required to compile entire source code. VSCode supports only compilation of project assemblies.

The nuance is that need to configure launch.json to start compile before run NeoAxis.Editor.exe or NeoAxis.Player.exe. Please help how to do this in the best way?

IvanEfimov avatar Aug 31 '20 17:08 IvanEfimov