cqh-content-goto
example
"cqh-content-go.reg_list": [
{
"name": ".vue",
"reg_list": [
{
"filepath_pattern": "__proj__/src/store/modules/$1.js",
"line_pattern": "^.*async\\s+$2\\(",
"pattern_list": [
"await store.dispatch\\(\"(.+)/(.+)\""
"store.dispatch\\(\"(.+)/(.+)\",.+\\).then\\(",
]
}
]
}
]
| |