i development on mac, , files on remote linux server. use sshfs access files. when using intellij on local project, don't notice file synchronization, because can access files quickly. when have project open through sshfs, synchronizing takes long time, pain because inspections dependent on synchronization being finished. can't see code analysis until synchronization done.
i saw 1 solution moved intellij project files local directory , had project point sshfs files, i'd rather have in 1 place.
i need know how either speed synchronization or make inspections run if files synchronizing.
you should consider having local copy of files on mac, , using sync utility unison or rsync keep files in sync
Comments
Post a Comment