Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>CoderXNew to Visual Studio Code? Get it now.
CoderX

CoderX

ixing

|
144 installs
| (1) | Free
代码助手
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CoderX README

This Plugin From

《Code Assistant》

Usage Method

光标在文档中时,按下 ALT+Q(MAC:CTRL+Q) 键将触发该扩展功能,自动打开并跳转到对应文件

When the cursor is in the document, pressing Alt + Q (MAC:CTRL + Q) will trigger the extension function and automatically open and jump to the corresponding file

Example

// Vue 模版内支持立即跳跃
<template>
    // test1 单行
    <test-component>光标在当前行</test-component>
    // test2 多行
    <test-component>
        光标在组件标签内任意位置
    </test-component>
</template>

// test3 引入语句 光标在当前行
import TestComponent from 'xxx/test-component'
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft