docs: reference VSCode integration guide

This commit is contained in:
Paul Razvan Berg 2023-01-03 21:24:39 +02:00
parent 6d027d098b
commit 53190331f6
No known key found for this signature in database
GPG Key ID: BCC366159BD63828
1 changed files with 10 additions and 2 deletions

View File

@ -61,6 +61,14 @@ This template comes with sensible default configurations in the following files:
└── remappings.txt └── remappings.txt
``` ```
### VSCode Integration
This template is IDE agnostic, but for the best user experience, you may want to use it in VSCode with Juan Blanco's
[Solidity extension](https://github.com/juanfranblanco/vscode-solidity).
For guidance on how to integrate a Foundry project in VSCode, please refer to this
[guide](https://book.getfoundry.sh/config/vscode).
### GitHub Actions ### GitHub Actions
This template comes with GitHub Actions pre-configured. Your contracts will be linted and tested on every push and pull This template comes with GitHub Actions pre-configured. Your contracts will be linted and tested on every push and pull
@ -140,10 +148,10 @@ For instructions on how to deploy to a testnet or mainnet, check out the
### Format ### Format
Format the contracts with Prettier: Format the contracts:
```sh ```sh
$ yarn prettier $ forge fmt
``` ```
### Gas Usage ### Gas Usage