[HN Gopher] Show HN: CodeLink: create links to blocks of code in...
       ___________________________________________________________________
        
       Show HN: CodeLink: create links to blocks of code in your IDE
        
       Small team down here in South New Zealand just launched CodeLink.
       In short its an IDE (VSCode/JetBrains) plugin that lets you share
       blocks of code that link directly to the code inside your IDE or
       repo. We use it all the time and think its pretty nifty tech that
       lets you understand someone's code in context very quickly. we're
       hoping to keep refining it to make it better and more useful.
        
       Author : rupertdenton
       Score  : 22 points
       Date   : 2022-11-22 21:03 UTC (1 hours ago)
        
 (HTM) web link (codelink.dev)
 (TXT) w3m dump (codelink.dev)
        
       | jackconsidine wrote:
       | Whoa this is awesome. To accomplish this currently I do:
       | 
       | - Open up VSCode terminal and git log to get commit hash
       | 
       | - Ctrl + P > Gitlens: Open on remote with (paste hash so the link
       | probably won't die or change as opposed to 'main')
       | 
       | Definitely going to install and check out, it sounds way simpler
        
         | [deleted]
        
       | smcleod wrote:
       | This comes built in to vscode, you right click on any piece of
       | code and select 'copy as github permalink', done.
       | 
       | https://i.imgur.com/hJ1WnZT.png
        
       | LarsDu88 wrote:
       | Sorry mate, but this vscode extension does the same thing:
       | https://marketplace.visualstudio.com/items?itemName=hogashi....
       | 
       | but links directly to the code in question, no frills
        
       | harryvederci wrote:
       | Looks great, congrats!
       | 
       | Oh and "Codemunication" was a proper dad-level joke, made me
       | chuckle :)
        
         | rupertdenton wrote:
         | Thanks haha - yes plenty of dad energy here.
        
       | speuleralert wrote:
       | I've been thinking about something like this for years - super
       | psyched to see a team working on it!
       | 
       | A feature I'd really love is a linked list of these code
       | pointers, so send someone a link to a "flow" where they can step
       | through each code snippet with the spacebar or left/right arrows,
       | with optional accompanying text for each step. I'm imagining
       | onboarding myself or someone else to a massive monorepo, or
       | tracing through a flow scattered across several microservices
       | contained in separate repositories.
        
       ___________________________________________________________________
       (page generated 2022-11-22 23:00 UTC)