Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for VS Code as an external text editor #6

Open
aaronfranke opened this issue Jul 2, 2020 · 1 comment
Open

Add support for VS Code as an external text editor #6

aaronfranke opened this issue Jul 2, 2020 · 1 comment

Comments

@aaronfranke
Copy link

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.

@IvanEfimov
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants