给 handlebars 实现新的 grammar 实现,自动支持 .tpl .html 扩展名的着色,如果你的扩展名不同,请在 配置中将你的扩展名指派给 handlebars
"files.associations": {
"*.xxx": "handlebars"
},
通过快捷键Alt+Tab
、MAC键+鼠标点击 Magix tmpl属性值
、右键快捷方式
,支持 html模板页与之相关联的js页跳转:
Alt+Tab
右键快捷方式
MAC键+鼠标点击 Magix tmpl属性值
注意:由于跳转功能是基于 magix3的js/ts写法的语法分析,仅支持下面写法的跳转功能,特殊项目可联系 @灼日 @抱血 添加适配
var Magix = require('magix');
module.exports = Magix.View.extend(
temp:'@index.html',
init:function(){},
render:function(){}
);
通过快捷键MAC键+鼠标点击
,支持 html模板页函数跳转到与之相关联的js定义:
html页面与js跳转功能
函数跳转功能
函数自动提示
Diamond 快捷功能
html 模板语法折叠功能