Skip to content

Foundry File Helper is a powerful VSCode extension designed specifically for smart contract developers to streamline project file management within Foundry projects.

License

Notifications You must be signed in to change notification settings

suddenly1990/foundryfilehelper

Repository files navigation

Foundry File Helper

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.

    Installation guide for Foundry

Extension Settings

Currently, there are no additional settings required for this extension. Simply install and start using it with your Foundry project.

Known Issues

  • No known issues at this time. Please report any bugs or issues you encounter.

Release Notes

0.0.1

  • Initial release of Foundry File Helper.
  • Automatically generates test and deployment script files when smartConcract files are created in the src directory.

Following extension guidelines

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!

About

Foundry File Helper is a powerful VSCode extension designed specifically for smart contract developers to streamline project file management within Foundry projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published