VS Code Forge SnippetsForge Snippets for VS Code. InstallationVs Code MarketplaceInstall this extension on VS Code marketplace. on the following place: https://marketplace.visualstudio.com/items?itemName=Crisgarner.foundry-snippets VSIXFor users who want to use a VSIX file, they can install the extension with the following command:
SnippetsHere is the list of current supported snippets. InitSimple boilerplate structure for a test contract. ScriptSimple boilerplate structure for a script contract. EventA simple event. SetUpSetUp function snippet. TestTest function boilerplate. Prank CheatcodesSnippets for prank, startPrank, StopPrank and Deal cheatcodes. Expect EventSnippet for emit and expect event emition. Expect RevertSnippet for revert checks. Release NotesAll notable changes to this project will be documented in this file. 1.0.0Initial release of Forge Snippets. |