sindresorhus /
editorconfig-sublime
Sublime Text plugin for EditorConfig - Helps developers maintain consistent coding styles between different editors
Loading repository data…
absop / repository
Sublime Text plugin for quickly searching selected words online.
Quickly search a selected paragraph of text in the browser by configuring the search engine name and link.
This plugin depends on the dctxmenu plugin. Before installing this plugin, you must install dctxmenu plugin.
The following steps assume that you already have Package Control installed.
pcar(Package Control: Add Repository)pcip(Package Control: Install Package)SearchOnlineThe default settings are shown below
{
"caption": "Search Online",
"platforms": {
"Wiki": "https://en.wikipedia.org/wiki/%s",
"Github": "https://github.com/search?q=%s&type=Code",
"Baidu": "https://www.baidu.com/s?ie=UTF-8&wd=%s",
"Google" : "http://google.com/#q=%s"
}
}
when you select a paragraph of text, click the right mouse button, you can get the following menu
And if your setting is
{
"caption": "在线搜索",
"platforms": {
"Wiki": "https://en.wikipedia.org/wiki/%s",
"Github": "https://github.com/search?q=%s&type=Code",
"Baidu": "https://www.baidu.com/s?ie=UTF-8&wd=%s",
"Google" : "http://google.com/#q=%s"
}
}
then you will get the follow menu when you select a paragraph of text and click the right mouse button.
Selected from shared topics, language and repository description—not editorial ratings.
sindresorhus /
Sublime Text plugin for EditorConfig - Helps developers maintain consistent coding styles between different editors