Skip to content

Commit

Permalink
Update ide-guide.md (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat authored Jul 3, 2023
1 parent c3f0259 commit 055ed15
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/osmosis-core/ide-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ Finally, add the Cosmos SDK to your workspace by selecting it in `File -> Add Fo
Both Osmosis and the Cosmos SDK should now show up on the same VSCode page!

## Add Relevant VSCode Extensions
Add the following extensions to your VSCode:
These are the VSCode extensions that are in daily use by the teams working on Osmosis, you can feel free to mix and match, but these are what is in common use.

1. [Go by Google](https://marketplace.visualstudio.com/items?itemName=golang.Go)
2. [VSCode Proto 3 by zxh404](https://marketplace.visualstudio.com/items?itemName=zxh404.vscode-proto3)
3. [Git Lens by GitKraken](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens)
4. [Tabnine AI by Tabnine](https://marketplace.visualstudio.com/items?itemName=TabNine.tabnine-vscode)
4. [Github Copilot](https://marketplace.visualstudio.com/items?itemName=GitHub.copilotvs)

## Vscode configuration

Expand Down

0 comments on commit 055ed15

Please sign in to comment.