Skip to content

kentzhang-geek/codelink_idea

Repository files navigation

CodeLink IDEA

CodeLink IDEA is an IntelliJ IDEA plugin that allows developers to generate and navigate to code links. These code links are URLs that point to a specific line in a specific file in your project.

Features

  • Generate a code link for the current cursor position with Alt+C.
  • Navigate to a code link with Alt+G.

Installation

  • Using the IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "CodeLink IDEA" > Install

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

Usage

  1. To generate a code link, place your cursor on the line you want to link to and press Alt+C. The code link will be copied to your clipboard.
  2. To navigate to a code link, press Alt+G and paste the code link into the input dialog.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the terms of the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages