Pergunta

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 ?

Foi útil?

Solução

  • 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
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top