查询完成静音器
在Sublime Text中静音查询完成
详细信息
安装次数
- 总计 729
- Win 583
- Mac 77
- Linux 69
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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 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-query-completions-silencer
在Sublime Text中静音查询完成
此项目是为了配合sublime-snippet-destroyer而编写的,用于静音任何基于回调的完成(例如:EventListener.on_query_completions
)
入门指南
安装
此软件包可以在Package Control下的query-completions-silencer
中找到,这是一个Sublime Text插件,允许轻松管理其他插件。
如果您喜欢手动安装方式,您可以在Sublime Text终端(ctrl+`
)中使用以下命令安装脚本,该终端利用git clone
。
import os; path=sublime.packages_path(); (os.makedirs(path) if not os.path.exists(path) else None); window.run_command('exec', {'cmd': ['git', 'clone', 'https://github.com/twolfson/sublime-query-completions-silencer', 'query-completions-silencer'], 'working_dir': path})
可以通过命令调板“Package Control: Remove Package”卸载软件包,Windows/Linux上的快捷键为ctrl+shift+p
,Mac上的快捷键为command+shift+p
。
文档
此插件没有提供命令。在安装后,我们的静音器将主动删除对EventListener.on_query_completions
的回调。
在禁用/删除后,静音监视器将会关闭,但回调不会复原。必须重新启动Sublime Text才能完全复原。
示例
Sublime Text默认内置CSS和HTML完成。一个示例用法是将您的语法设置为HTML。然后,输入
strong
str<tab>
当on_query_completions
正在运行时,这将自动完成为<strong></strong>
。当启用sublime-query-completions-silencer
时,这将自动完成为strong
。
贡献
在没有正式风格指南的情况下,请注意保持现有的编码风格。为任何新功能或更改的功能添加单元测试。
捐赠
无许可
截至2015年5月28日,Todd Wolfson已将此存储库及其内容发布到公共领域。
它已根据UNLICENSE发布。