I’m trying to configure IntelliSense and Autocomplete in Xubuntu 20.10 for Sublime Text 3. I am roughly following the instructions provided here. This is what I’ve done specifically:
- Install mono-devel (link)
- Install OmniSharp via package control in Sublime Text 3
- Added the C# language-specific settings for OmniSharp (link)
However, I’m stuck on the last step which requires updating a setting to the path of the solution file. Unity 2020.2.1f1 doesn’t appear to generate the .sln files and the “Assets/Open C# Project” doesn’t appear to do anything either.
I’ve also attempted calling “UnityEditor.SyncVS.SyncSolution” as described in this thread , but I get a compilation error saying that “SyncVS” is inaccessible due to its protection level.
How do I generate .sln files on linux?