AUTHOR
Julien Delange, Founder and CEO
Julien is the CEO of Codiga. Before starting Codiga, Julien was a software engineer at Twitter and Amazon Web Services.
Julien has a PhD in computer science from Universite Pierre et Marie Curie in Paris, France.
It's 2022 and some developers are still saving code snippets locally while there are solutions to save them online and reuse them across multiple IDE.
Creating and sharing code snippets
VS Code
Sharing a snippet in VS Code has never been more easy. With the Codiga VS Code extension, select the code you want to share, right click and select Create Recipe
.
Make sure you fill the keywords
section as this is how the snippet is found when developers look for a snippet in their IDE with Codiga.
JetBrains (CLion, IntelliJ, PyCharm, etc)
As with VS Code, sharing a snippet is done with few clicks. With the Codiga JetBrains extension, just do the following:
- Select the code you want to share
- Right click and select
Create Codiga Recipe
- Fill the information on Codiga
Make sure you fill the keywords
section as this is how the snippet is found when developers look for a snippet in their IDE with Codiga.
Google Chrome
You can also create snippets directly in Chrome! Make sure you install the Codiga Chrome extension and:
- Select the code you want to share
- Right click and select
Create Codiga Recipe
- Fill the information on Codiga
Make sure you fill the keywords
section as this is how the snippet is found when developers look for a snippet in their IDE with Codiga.
Using a snippet
VS Code
Using a snippet is even easier than creating it! In VS Code, type ⌘ + SHIFT + C
to open the snippet finder, type the keywords and select the snippet you want to import!
JetBrains products
As with VS Code, using a snippet in JetBrains products is really straightforward. Open the snippet finder using ⌘ + ALT + C
, enter the keywords you are looking for and select the code you want to import.
Finding snippets
You can find snippets, rate and comment on them on the Codiga marketplace. It contains hundreds of snippets for 15+ languages.
Links
- Codiga
- VS Code plugin
- JetBrains plugin for IntelliJ, PyCharm, CLion, DataGrip, etc.
- Chrome Extension