Skip to content

SunnyChaturvedi/Modifying-Auto-Completes-in-Sublime-Text-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Modifying-Auto-Completes-in-Sublime-Text-3

Sublime Text 3 stores its packages in .sublime-package zip files (the location varies by OS), you can't just go to the Packages folder and see everything. However, there is an excellent plugin called PackageResourceViewer (available via Package Control) that can, among other things, extract files or whole packages to the Packages directory.

Guide To modify the auto complete snippets in Sublime Text 3

Once you've installed the plugin:

Step1: You have to open Package Resource Viewer from Command Pallete

Command Pallete : CTRL + SHIFT + P
type prv to get the Package Resource Viewer options.

 

Step2: select Package Resource Viewer: Open Resource

Testimage1

 

Step3: Select the language whose Snippet you want to edit.

Testimage1

 

Step4: Select Snippets/ Testimage1

 

Step5: Go to the snippet you want to edit.
(Here I want to edit the for loop snippet to change the bracket alignments) (hehe, fetishes) Testimage1

 

Earlier snippet Testimage1 New snippet Testimage1

PS - You need to save the new snippet for it to work.
Use CTRL + S for saving it.

 

Here you can see the final effects. Testimage1 Testimage1

About

Guide by Sunny To modify the auto complete snippets in Sublime Text 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published