I am using VS 2017 on mac with Unity3d. I have a project where different files and folders are soft linked (aliased) in to the project folder. The problem is that VS doesn't index those files, meaning that there is no autocompletion or visibility of other classes outside the current open file. The projects builds without problems, but there is no support when typing. Before High Sierra I could use hard links and that worked fine, but since High Sierra has apple file system, which doesn't support hard links, so I had to use soft links. Did anybody had this issue or knows where to look and what to try?
Thanks!