Kodlinc is a Visual Studio Code extension that converts code snippets into links. It's a useful tool for easily sharing and accessing code snippets.
Installation
In Visual Studio Code, open the Extensions view by clicking on the Extensions icon in the sidebar or by using the shortcut Cmd+Shift+X (Mac) or Ctrl+Shift+X (Windows).
Search for "kodlinc" in the search bar and locate the extension in the search results.
Click the "Install" button to install the extension.
Usage
Open the file containing the code snippets you want to convert.
Select the code snippet you want to convert.
On Mac, press the shortcut Cmd+k+l to execute the Kodlinc command.
On Windows, press the shortcut Ctrl+k+l to execute the Kodlinc command.
Your code snippet will be converted into a link and copied to your clipboard.
You can now paste the link wherever you want to share it.
Features
Convert code snippets into links.
Automatically copy the link to your clipboard.
Contribution
If you would like to contribute to the project, please visit our GitHub repository here.