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.
- Automatic File Generation: When a new
.sol
file is created in thesrc
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.
-
Foundry: This extension is designed to work with Foundry projects. Make sure you have Foundry installed and set up in your project.
Currently, there are no additional settings required for this extension. Simply install and start using it with your Foundry project.
- No known issues at this time. Please report any bugs or issues you encounter.
- Initial release of Foundry File Helper.
- Automatically generates test and deployment script files when smartConcract files are created in the
src
directory.
Ensure that you've followed the extension guidelines to create a high-quality extension.
Enjoy using Foundry File Helper and streamline your smartConcract development process!