在线搜索
此插件使用户能够直接从Sublime Text编辑器中在线搜索。用户可以通过输入、右击选定的文本以及通过通用键盘快捷键进行搜索。
详细信息
安装数
- 总计 843
- Windows 559
- Mac 188
- Linux 96
8月6日 | 8月5日 | 8月4日 | 8月3日 | 8月2日 | 8月1日 | 7月31日 | 7月30日 | 7月29日 | 7月28日 | 7月27日 | 7月26日 | 7月25日 | 7月24日 | 7月23日 | 7月22日 | 7月21日 | 7月20日 | 7月19日 | 7月18日 | 7月17日 | 7月16日 | 7月15日 | 7月14日 | 7月13日 | 7月12日 | 7月11日 | 7月10日 | 7月9日 | 7月8日 | 7月7日 | 7月6日 | 7月5日 | 7月4日 | 7月3日 | 7月2日 | 7月1日 | 6月30日 | 6月29日 | 6月28日 | 6月27日 | 6月26日 | 6月25日 | 6月24日 | 6月23日 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
Mac | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
说明文档
Sublime Text的在线搜索器
此插件使用户能够直接从Sublime Text编辑器中在线搜索。用户可以通过输入、右击选定的文本以及通过通用键盘快捷键进行搜索。
您还可以添加自己的自定义域名、搜索引擎和其他文档,这些默认情况下没有包含在此插件中
键盘快捷键
- 按下
ctrl+alt+o
,您将需要输入搜索字符串 - 按下
ctrl+alt+s
,使用选定的文本搜索默认域名
您可以在 首选项 -> 软件包设置 -> 扩展标签切换器 -> 键盘快捷键用户
中更改默认的键绑定
使用方法
- 按下
ctrl+alt+o
- 在输入框中输入搜索字符串的格式为
域名:text
(例如google: css opacity
或php:in_array
)
提示:如果您选择了要搜索的文本,输入框将自动填充,或者您可以简单地右键单击并点击“在线搜索”,它将使用默认配置进行搜索
配置
用户可以通过通过首选项-》软件包设置-》扩展标签切换器-》设置-用户来添加标志覆盖以下配置
默认
- google(例如
google: best css practices
) - stackOverflow(例如
stackoverflow: jquery animate not working
) - github(例如
github: noSQL databases
) - php(例如
php: in_array
) - jquery(例如
jquery: fadeIn
) - youtube(例如
youtube: node.js tutorials
) - image(例如
image: facebook icon
)
- google(例如
自定义
- 在
首选项 -> 软件包设置 -> 扩展标签切换器 -> 设置 - 用户
中可以更改上述默认配置或添加新配置
- 在
如何安装
通过软件包控制
安装的最简单方法是使用 Sublime Package Control,其中OnlineSearch列为
OnlineSearch
1. Open Command Palette using menu item `Tools -> Command Palette...` (<kbd>⇧</kbd><kbd>⌘</kbd><kbd>P</kbd> on Mac)
2. Choose `Package Control: Install Package`
3. Find `OnlineSearch` and hit <kbd>Enter</kbd>
手动
您还可以手动安装主题
1. [Download the .zip](https://github.com/rajeshvaya/sublime-online-searcher/archive/master.zip)
2. Unzip and rename the folder to `OnlineSearcher`
3. Copy the folder into `Packages` directory, which you can find using the menu item `Sublime Text -> Preferences -> Browse Packages...`
许可协议
本项目采用MIT许可协议条款。
The MIT License (MIT)
Copyright (c) [2014] [Rajesh Vaya <[email protected]>]
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.