Skip to content
/ JumpFree Public

A VSCode extension that aims to link two pieces of code that have an inherent connection but cannot be directly jumped from one to the other. By simply writing "JumpFreeTo: xxx" and "JumpFreeTarget: xxx", you can swiftly navigate between implicit related sections of your codebase, enhancing your productivity and efficiency

Notifications You must be signed in to change notification settings

HEKEH/JumpFree

Repository files navigation

"Jump Free" VSCode Extension

Introduction

"Jump Free" is a VSCode extension that aims to link two pieces of code that have an inherent connection but cannot be directly jumped from one to the other. By simply writing "JumpFreeTo: xxx" and "JumpFreeTarget: xxx", you can swiftly navigate between implicit related sections of your codebase, enhancing your productivity and efficiency.

How it works

Features

  • Association of Linked Code Blocks: Link two code snippets that are related but don't necessarily provide a direct link.

  • Code Navigation: Easily navigate between associated code blocks by utilising the "JumpFreeTo: xxx" and "JumpFreeTarget: xxx" annotations.

Usage

  1. Open the file where you want to create a link.
  2. Write JumpFreeTo: xxx at the point from which you want to create the link.
  3. Write JumpFreeTarget: xxx at the point to which you want to jump.
  4. Use "Jump Free" extension to jump between the created links. Just click on JumpFreeTo: xxx, it will take you to the place where JumpFreeTarget: xxx is written.

Note: Ensure the xxx you write after JumpFreeTo: and JumpFreeTarget: matches. The extension uses this to identify which blocks of code to associate.

Installation

The extension can be installed from the Visual Studio Code marketplace. Search for "Jump Free" and click on the install button.You can also download it here.

Feedback and Issues

If you have any feedback or if you come across any issues while using the "Jump Free" extension, please feel free to raise an issue in our GitHub repository. I will be more than happy to assist!

Enjoy!

About

A VSCode extension that aims to link two pieces of code that have an inherent connection but cannot be directly jumped from one to the other. By simply writing "JumpFreeTo: xxx" and "JumpFreeTarget: xxx", you can swiftly navigate between implicit related sections of your codebase, enhancing your productivity and efficiency

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages