This extension provides helpful commands for working with the Everest Ruby Project within Visual Studio Code. It streamlines common tasks, allowing you to quickly scaffold necessary files for your project.
✨ Features
The extension introduces three primary commands to boost your development workflow:
Everest: Create Context: Generates the necessary file structure for a new Context within the Everest project architecture.
Everest: Create Class: Quickly scaffolds a new Ruby class file.
Everest: Create Test File: Creates a corresponding test file for an existing or new source file, following the project's testing conventions.
🚀 Usage
Open the Command Palette in VS Code (usually by pressing Ctrl + Shift + P or Cmd + Shift + P).
Type Everest: to see the available commands.
Select the desired command (e.g., Everest: Create Context) and follow the on-screen prompts (like entering the name of the new Context/Class/Test File).
🔨 Installation
(Note: Provide specific installation instructions here once published, e.g., via the VS Code Marketplace or from a VSIX file.)
Search for "Everest Ruby Project" in the VS Code Extensions view (Ctrl + Shift + X).
Click Install.
🤝 Contributing
We welcome contributions! If you have suggestions or find a bug, please open an issue or submit a pull request on the associated GitHub repository.