Foundry File Helper is a VSCode extension specifically designed for smartcontract developers to automatically generate file templates that conform to the Foundry project structure. The extension monitors the .sol files in the src directory and automatically creates corresponding deployment scripts a
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Foundry File Helper is a VSCode extension specifically designed for smartConcract developers to automatically generate file templates that conform to the Foundry project structure. This extension monitors the .sol files in the src directory and automatically creates corresponding deployment scripts and test files in the script and test directories.
Features
Automatic File Generation: When a new .sol file is created in the src directory, the extension automatically generates deployment scripts and test files, saving developers from manual file creation.
Foundry Compatibility: The extension is tailored for Foundry projects, ensuring that the generated files follow the Foundry structure standards.
Streamlined Development: Focus on coding by reducing the overhead of managing project files.
Requirements
Foundry: This extension is designed to work with Foundry projects. Make sure you have Foundry installed and set up in your project.