2026-07-30 Post 1.2K installs
RangeLink gives you a single muscle memory for AI-assisted development: select code, hit your RangeLink shortcut, and get a GitHub-style link with character-level ranges that works in PRs, chats, terminals, and docs. It removes copy/paste friction and shortcut-juggling between Claude, Cursor, GPT, and other tools by piping links straight into your bound destinations, so your AI always sees exactly the slice of code you mean.
Install
- Open VSX Registry:
couimet/rangelink-vscode-extension - VS Code Marketplace:
couimet.rangelink-vscode-extension
Core library
The RangeLink Extension is a thin wrapper around a shared TypeScript library,
rangelink-core-ts, which contains the parsing and link-generation logic. If you
want to integrate RangeLink-style links into other tools or editors, this is the
place to start:
- GitHub:
rangelink-core-ts
Featured in
2026-06-12 Article
RangeLink 2.0.0: Bind first. Every R-* follows2025-12-16 Article
RangeLink v1.0.0: Perfected AI Workflows + The R-Keybinding Family2025-11-12 Article
RangeLink v0.3.0: One Keybinding to Rule Them All2025-11-08 Article
I Built a VS Code Extension to Stop the Copy-Paste MadnessSupport