I am new in SublimeText. I read that is should be possible to look into and change the standard snippet-fiels , for example “HTML-tidy”. I tried this, but don’t see what sequence I have to do. I have installed "HTML-tidy"and it works great.
Using PackageResourceReview for looking in snippet-files
Do you mean PackageResourceViewer? If so, search the command palette for “PackageResourceVIewer: Open Resource”. Navigate to the package you would like to investigate (HTML-tidy). Select that from the quick panel. In the next quick panel, select the file you are interested in. Make whatever modifications you would like to that file (modifying the snippet), and save as you would normally. The plugin will place it in the proper location to override a packaged file. If you run into any issues, feel free to create an issue on the github page.
I tried to search the command palette for “PackageResourceVIewer: Open Resource”. However, this didn’t show up in the command palette. In fact I cannot find any package that I have installed in the command palette. So I just can’t find the file itself.
Hi skuroda. I thought that PackageResourceReview was a default package, installed by the installation of SublimeText. I found the snippets. Thanks.