"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, enh
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
"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.
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
Open the file where you want to create a link.
Write JumpFreeTo: xxx at the point from which you want to create the link.
Write JumpFreeTarget: xxx at the point to which you want to jump.
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!