+7

Symlinked directories result in duplicates

Jo Liss 12 jaar geleden bijgewerkt door James Van Dyke 11 jaar geleden 1
There is problem with symlinks: Say I have a symlink "J" pointing to the app/assets/javascripts directory.

Then both Cmd+P and the subl command will wrongly treat J/foo.js and app/assets/javascripts/foo.js as different files, and merrily open them in separate tabs, even though they are the same file.

Agreed.  I have symlinks in projects pointing to other projects and tend to have multiple project directories opened in my sidebar.  It would be nice if Sublime could make each file unique based on its absolute path.