문제

I'm using Sublime text, and I'm sharing some snippets with coworkers. I would like to be abble to directly make sublime text go to this folder to find the snippets.

Do you know any good ways of doing it ?

도움이 되었습니까?

해결책

  • create a share folder with your team (say /mnt/shared/snippets)
  • symlink that folder to your Sublime folder
    ln -s /mnt/shared/snippets "~/Library/Application Support/Sublime Text 3/User/"
  • restart Sublime and it should pick up the snippets
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top