Innotechx-js-snippet是一款专门为使用Innotechx技术栈的开发者设计的VSCode插件,旨在通过提供innotechx命名空间的代码提示,极大地提升您的开发效率。
主要功能:
代码提示缩写: 支持多种innotechx命名空间的缩写,如$in
、$inn
、$innotechx
,让您在编写代码时更加高效。
import innotechxServerPlugin from '@innotechx/innotechx-vue-service'
Vue.use(innotechxServerPlugin, {
files: require.context('./api')
})
使用缩写后,您可以直接访问:
this.$in, this.$inn, this.$innotechx
API层提示: 提供API层的快捷提示,如this.$innotechx.a
、this.$innotechx.ap
,快速访问API。
this.$innotechx.api
还支持直接使用$api
进行访问:
this.$innotechx.api
导入API层: 支持多种快捷导入方式,简化您的代码导入过程。
导入Services:
import { Services } from '@innotechx/innotechx-vue-service'
导入BaseApi:
import { BaseApi } from '@innotechx/innotechx-vue-service'
导入Token管理函数:
import { setToken, getToken, clearToken } from '@innotechx/innotechx-vue-service'
导入innotechxServerPlugin:
import innotechxServerPlugin from '@innotechx/innotechx-vue-service'
扩展设置:
已知问题:
发布说明:
使用Markdown:
更多信息:
享受开发!
Innotechx-js-snippet通过简化开发流程,帮助您更快地构建和维护基于Innotechx技术栈的项目。
本站所有资源都是由网友投稿发布,或转载各大下载站, 请自行检测软件的完整性!
本站所有资源仅供学习与参考,请勿用于商业用途,否则 产生的一切后果将由您自己承担!
如有侵权请联系我们删除下架,联系方式:study_golang@163.com