类名
将类全名和包路径复制到剪贴板。
详细资料
安装
- 总数 4K
- Win 3K
- Mac 356
- Linux 394
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 | 1 | 0 | 2 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 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 | 1 | 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 |
README
类名
类名是一个为 Sublime Text 设计的小巧简单的插件。它可以复制类全名和包路径到剪贴板。
安装
- 使用 Sublime Package Control 安装。
- 运行
Package Control: Install Package
命令 - 查找并安装类名插件。
用法
- 右键单击以复制类名和包路径
Ctrl+Alt+C
复制类名
快捷键
默认快捷键
错误:不支持语言“json5”
[
{ "keys": ["ctrl+alt+c"], "command": "classname_copy" }
]
通过菜单更改快捷键
首选项 > 套件设置 > 类名 > 快捷键
设置
默认设置
错误:不支持语言“json5”
{
// set this string as prefix of class name
"classname_prefix": "",
// set this string as namespace separator
"namespace_separator": ".",
// set this string as suffix of class name
"classname_suffix": ""
}
通过菜单更改设置
首选项 > 套件设置 > 类名 > 设置
常见问题解答
类全名是什么?
如果侧边栏中文件的路径是src/com/litefeel/MyClass.lua
,
那么类全名是com.litefeel.MyClass
.包路径是什么?
如果侧边栏中文件的路径是src/com/litefeel/MyClass.lua
,
所以包路径是com.litefeel
.
相关链接
主页:https://www.litefeel.com/sublime-classname/
GitHub:https://github.com/litefeel/Sublime-ClassName/
问题:https://github.com/litefeel/Sublime-ClassName/issues