sensors-studio
用于神策前端开发的 Vscode 插件
Features
- 支持神策的 less 变量提示功能
- 支持神策的 less 变量的转换功能 Mac
command + s
or Windows control + s
hot key:
less 变量的转换功能
Mac ctrl+s
Windows cmd+s
...and more Todo
- 打开神策欢迎页面 未来会用来构建项目 Mac
command + shift + p
or Windows control + shift + p
然后输入 builder
,最后打开 Sensors FE Studio Project builder
Sensors Studio builder
提供 json 工具
- 自定义快捷 命令侧边栏
Extension Settings
快捷命令配置
"sensors-studio.commands"
支持工作目录
"sensors-studio.commands":[
{
"title": "工作目录",
"link": "http://sensorsdata.cn",
"type": "workspace",
"workspace": "/Users/workspaces"
}
]
支持 shell 命令
"sensors-studio.commands":[
{
"title": "常用脚本",
"link": "http://abfe-docs.sensorsdata.cn/",
"operations": [
{
"title": "yarn",
"exec": "yarn"
},
{
"title": "打开 项目xxx",
"exec": "code /Users/workspace/xxx"
}
]
},
]
支持内置命令
{
"title": "内置命令demo",
"link": "http://gitlab.internal.sensorsdata.cn/mini-apps/devtools/sensors-studio/",
"innerCommand": true,
"operations": [
{
"title": "提示信息",
"exec": "show",
"args": ["内置命令 show ,提示!"]
}
]
}
Command List
sensors-studio.convertLessVariable
: less 变量的转换功能
sensors-studio.builder
: 打开神策欢迎页面 未来会用来构建项目
//todo
Known Issues
暂无
如果有问题请联系神策前端开发 邮箱: zhumeng@sensorsdata.cn
or
Release Notes
0.0.18
0.0.1
Initial release of
Added features
Support the less variable prompt function of sensorsFE
...
Thank you for using!