I wouldn’t use Visual Studio as an IDE on Linux… I think you should look into something like KDevelop or QtCreator. However, you can also set the Source Code Accessor to Null and use the make
command to compile your projects/engine and use a text editor such as Vim to edit the code. (which is what I do)