LaTeX plugin for Sublime Text. Contribute to SublimeText/LaTeXTools development by creating an account on GitHub.
The official Nim Programming Language plugin for Sublime Text.FeaturesSyntax highlighting. Snippets. Automatic continuation of doc comments.InstallationRun Package Control: Install Package from the command palette. Choose Nim.It is also recommended to install LSP-nimlangserver to enjoy IDE-like features....
1.Emmet 官网对Emmet的简介: Emmet is a plugin for many popular text editors which greatly improves HTML & CSS workflow: 安装: Ctrl + shift + p > Package Control: Install Package > emmet 你在Sublime Text3中输入以下 nav#menuSystem.navMenu.isOpen>div#hotelLogo>div.navMenuIcon.logoIcon+div#a...
Reg Replace is a plugin for Sublime Text 2 that allows the creating of commands consisting of sequences of find and replace instructions. [size=150]Installation[/size] Use Package Control to install Or you can download or clone directly and drop into your Sublime Text 2 packages directory (pl...
Added .no-sublime-package file for Package Control 2 11年前 01_reload_submodules.py Overhaul the cache to use a in-memory layer 8年前 02_temp_file_cleanup.py Better means of loading external libs 8年前 03_reset_phantoms.py Changes to allow phantoms to be cleanly reloaded ...
Hex Viewer is a plugin for Sublime Text 2 that allows the toggling of a file into a hex viewing mode. Hex Viewer also supports hex editing. **Installation ** Download is available in Package Control or you can download directly and drop into your Sublime Text 2 packages directory (plugin ...
I’ve seen a few plugin for sublime text that offers a preview for your markdown, but there’s some annoying dependencies. So, I’ve created a plugin that preview you markdownin sublime textusing thephantoms. Naturaly, it’s calledMarkdownLivePreview ...
1、首先,打开你sublime的安装目录,可以发现里面有一个plugin_host.exe文件,右键属性。2、在弹出页面中选择安全选项卡,然后点击选Authenticated Users这一个用户。3、权限下放点击高级,进入高级选项进行高级权限设置。4、点击编辑,在弹出页面中选Authenticated Users这一个用户,点击完全控制即可。
import sublime, sublimeplugin class Rot13Command(sublimeplugin.TextCommand): def run(self, view, args): for region in view.sel(): if not region.empty(): # Get the selected text s = view.substr(region) # Transform it via rot13 s = s.encode('rot13') # Replace the selection with tr...
Sublime Text插件是完全基于Python开发的,全部Python开发环境。 插件存储位置: Mac: /Users/YOUR-USER-NAME/Library/Application Support/Sublime Text 3/Installed Packages /Users/YOUR-USER-NAME/Library/Application Support/Sublime Text 3/Packages/ /Users/YOUR-USER-NAME/Library/Application Support/Sublime Text ...