0.0.50 • Published 2 months ago

fast-jump v0.0.50

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

WIP 1. Solve the problem of the expected component after the component import in vue can only be reached after multiple link jumps.

  1. Solve the variables of some events and so on in vue, and jump to the corresponding implementation code block.

  2. Solve the problem that ts will click to jump to the .d.ts file by default, which can be directly traced to the original code level through the shortcut key.

  3. Summary: Reduce the steps to reach the desired path

  4. Provide a display of the deep type in the ts file

Before use

img

img

After use

!img

demo

✅ How to use it

  • Click on any variable and then use the shortcut key mac? cmd+e : ctrl+e

🎡 Features

  • Support the configuration of "fast-jump.click": boolean` to control whether you need to click the mouse to enter the file. It is not recommended to turn on this attribute. It is recommended to use shortcut keys.

  • cmd+e or ctrl+e supports shortcut key jump-in, because when using click, it will involve the default jump-in option provided by ts, so you will need to select the jump-in file. In order to avoid this selection process, this shortcut key method is added.

  • Supports direct jump to the source code of some third-party dependency libraries in node_modules, such as the introduction of a component in ant-design-vue, and you can jump to the position where the component is implemented through shortcut keys.

  • Support the ability to jump to source code in auto-import mode

:coffee:

buy me a cup of coffee

Sponsors

0.0.50

2 months ago

0.0.38

3 months ago

0.0.14

5 months ago