Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>innotechx-js-snippetNew to Visual Studio Code? Get it now.
innotechx-js-snippet

innotechx-js-snippet

innotechx

|
136 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

innotechx-js-extends README

innotechx命名空间代码提示,vscode插件

Features

代码提示缩写

  • $innotechx命名空间

$in, $inn, $innotechx

  import innotechxServerPlugin from '@innotechx/innotechx-vue-service'   
  Vue.use(innotechxServerPlugin, {
    files: require.context('./api')
  })

this.$in, this.$inn, this.$innotechx

  this.$innotechx.
  • API层提示

this.$innotechx.a, this.$innotechx.ap

  this.$innotechx.api

$api

  this.$innotechx.api
  • 导入API层

im$S, im$s

  import { Services } from '@innotechx/innotechx-vue-service'

im$B,im$b

  import { BaseApi } from '@innotechx/innotechx-vue-service'

im$T,im$t

  import { setToken, getToken, clearToken } from '@innotechx/innotechx-vue-service'

im$D,im$d

  import innotechxServerPlugin from '@innotechx/innotechx-vue-service'

Extension Settings

Known Issues

Release Notes

Users appreciate release notes as you update your extension.

0.0.1

初始化snippet


Working with Markdown

For more information

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft