Comments on: Snippets Saved My Life: How Sublime Text 3 Snippets Changed Everything https://webdevstudios.com/2016/08/16/snippets-saved-life-how-sublime-text-3-snippets-changed-everything/ WordPress Design and Development Agency Mon, 15 Apr 2024 16:02:00 +0000 hourly 1 https://wordpress.org/?v=6.6.2 By: دريم هاوس للتنظيف بالرياض https://webdevstudios.com/2016/08/16/snippets-saved-life-how-sublime-text-3-snippets-changed-everything/#comment-90166 Fri, 17 Apr 2020 18:57:07 +0000 https://webdevstudios.com/?p=13367#comment-90166 Just a little late to the party, But, There is a sublime package syncing that you can use and add into a repo. I use it to keep sublime up to date between my Virtual machine and Host.

]]>
By: Corey Collins https://webdevstudios.com/2016/08/16/snippets-saved-life-how-sublime-text-3-snippets-changed-everything/#comment-76685 Thu, 26 Sep 2019 14:51:43 +0000 https://webdevstudios.com/?p=13367#comment-76685 In reply to Dominic Severe.

Nice! I’ve since moved from Sublime Text to VS Code, but that’s a helpful tip. Thanks for sharing!

]]>
By: Dominic Severe https://webdevstudios.com/2016/08/16/snippets-saved-life-how-sublime-text-3-snippets-changed-everything/#comment-76582 Wed, 25 Sep 2019 05:48:08 +0000 https://webdevstudios.com/?p=13367#comment-76582 In reply to Dipti Rane.

Just a little late to the party, But, There is a sublime package syncing that you can use and add into a repo. I use it to keep sublime up to date between my Virtual machine and Host.

]]>
By: Rudy Marca https://webdevstudios.com/2016/08/16/snippets-saved-life-how-sublime-text-3-snippets-changed-everything/#comment-74223 Thu, 22 Aug 2019 21:08:23 +0000 https://webdevstudios.com/?p=13367#comment-74223 Gracias por la informacion, especialmente snippets para PHP

]]>
By: nancygen https://webdevstudios.com/2016/08/16/snippets-saved-life-how-sublime-text-3-snippets-changed-everything/#comment-38789 Thu, 11 Oct 2018 06:55:11 +0000 https://webdevstudios.com/?p=13367#comment-38789 The path that Sublime is defaulting to is your User package, and is indeed the best place to store your snippets. That package is meant to contain your own specific customization to Sublime text, and Sublime makes sure to always load that package last to ensure that your changes are always applied.
That said, you can create your own directory structure inside of the User package and store the snippets there. For example you could create a snippets folder, and then inside of that folder folders for your different uses .

]]>
By: Zain https://webdevstudios.com/2016/08/16/snippets-saved-life-how-sublime-text-3-snippets-changed-everything/#comment-35134 Sat, 18 Aug 2018 12:37:09 +0000 https://webdevstudios.com/?p=13367#comment-35134 Well explained , especially in the beginning, how article was brought up, with coffee and pizza examples 🙂 Thanks Collins it was helpful.
1. AdvancedNewFile package helps you create files using keyboard(only) just give the path.
2. Blade Snippet for php>Laravel devs, helps in typing @ syntax in blade file eg. @if
3. Laravel 5 Artisan for php>Laravel devs, helps in executing artisan command right from ST3.
4. Laravel Blade Highlighter also for php>Laravel devs, this just highlights the blade commands.

]]>
By: Corey Collins https://webdevstudios.com/2016/08/16/snippets-saved-life-how-sublime-text-3-snippets-changed-everything/#comment-33978 Mon, 23 Jul 2018 20:41:25 +0000 https://webdevstudios.com/?p=13367#comment-33978 In reply to Apoorv.

Where would you be looking to add them? If memory serves, I believe you can set defaults for something like a Docblock to set your name by default as the @author. I bet there is some way to grab the file creation date in Sublime, however it’s been about 6 months since I’ve last used it. I wound up moving over to VS Code after hitting some speed bumps with ST3 and it has an equally robust snippet system – I was able to port over my existing ST3 snippets without too much legwork.

Let us know if you find a way to grab the file creation date!

]]>
By: Apoorv https://webdevstudios.com/2016/08/16/snippets-saved-life-how-sublime-text-3-snippets-changed-everything/#comment-33802 Fri, 20 Jul 2018 08:21:34 +0000 https://webdevstudios.com/?p=13367#comment-33802 Hi,
Is there any way to add the author and the date the file was created using snippets?

Thanks! 🙂

]]>
By: Jakub https://webdevstudios.com/2016/08/16/snippets-saved-life-how-sublime-text-3-snippets-changed-everything/#comment-14539 Sun, 22 Oct 2017 14:42:48 +0000 https://webdevstudios.com/?p=13367#comment-14539 In reply to Nacho.

Hi Nacho,
the plugin SnippetMaker should solve your problem.

Cheers,
Jakub

]]>
By: Nacho https://webdevstudios.com/2016/08/16/snippets-saved-life-how-sublime-text-3-snippets-changed-everything/#comment-12183 Wed, 20 Sep 2017 11:44:48 +0000 https://webdevstudios.com/?p=13367#comment-12183 Hi Corey!
I’m using ST3 for writing latex reports and I’m really interested in creating snippets. However some shortcuts are already used by default snippets. I’ve been looking, but I’m not able to find all the snippets… Is there any way to delete these duplicated (and hidden) snippets?

Thank you 🙂

]]>