Skip to content

VScode extension to teleport cursor to anywhere in the project

License

Notifications You must be signed in to change notification settings

murtadapy/teleporter

Repository files navigation

Teleporter

Feature Overview

Teleporter is a Visual Studio Code extension that allows you to teleport your cursor to any position within the document

demo

How to use Teleporter?

Teleporter currently offers two teleporting features: teleport by word match and teleport by line. When you initiate the command, two letter decorations will appear. Simply type the two-letter code to move the cursor to the desired position.

  • teleporter.lineTeleporter: Creates decorations for words in the area around your cursor.
  • teleporter.wordTeleporter: Creates decorations for non-empty lines in the area around your cursor.

Note: you can click ESC to cancel and hide the letters. You can also configure a special key for that by changing the key binding of teleporter.cancelTeleporter

You can set up keybindings for each of these commands by referring to the Visual Studio Code Keybindings documentation

You have full configuration options for the text hint (two-letter code). Open the settings and search for teleporter to modify them.

Support

About

VScode extension to teleport cursor to anywhere in the project

Resources

License

Stars

Watchers

Forks

Packages

No packages published