Copy Code LocationCopy selected code with file path and line numbers — optimized for sharing with LLMs. FeaturesCopy code with relative path or absolute path, including line number range: Relative path output:
// Try to open an initial SSE stream with GET to listen for server messages // This is optional according to the spec - server may not support it const headers = await this._commonHeaders(); headers.set('Accept', 'text/event-stream');
Absolute path output:
// Try to open an initial SSE stream with GET to listen for server messages // This is optional according to the spec - server may not support it const headers = await this._commonHeaders(); headers.set('Accept', 'text/event-stream');
Single line selection:
// Try to open an initial SSE stream with GET to listen for server messages
Keyboard Shortcuts
How It Works
Use Cases
Enjoy! |