https://github.com/alexigbokwe/expresswebjsvscodeextension
https://github.com/alexigbokwe/expresswebjsvscodeextension
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexigbokwe/expresswebjsvscodeextension
- Owner: Alexigbokwe
- License: mit
- Created: 2025-03-12T02:43:58.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-12T06:11:32.000Z (7 months ago)
- Last Synced: 2025-03-12T06:29:24.195Z (7 months ago)
- Language: JavaScript
- Size: 357 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
#
ExpresswebJs Extension for Visual Studio Code
This extension provides support for the ExpressWebJs framework, enhancing the development experience with features such as code completion, definition navigation, and visual relationship diagrams.
## Features
- **Code Completion**: Get intelligent code suggestions for ExpresswebJs syntax.
- **Definition Navigation**: Easily navigate to the definitions of ExpresswebJs components.
- **Object Relationship Visualization**: Visualize relationships between different components in your ExpresswebJs application.
- See inheritance hierarchies, dependencies, and other relationships
- Filter by relationship type (extends, implements, depends on, imports, instantiates)
- Group nodes by directory, type, or package to reduce visual complexity
- Interactive diagram with search, zoom, and export capabilities## Installation
1. Clone the repository:
```
git clone https://github.com/Alexigbokwe/ExpressWebJsVsCodeExtension.git
```
2. Navigate to the extension directory:
```
cd expresswebjs-extension
```
3. Install the dependencies:
```
npm install
```
4. Open the project in Visual Studio Code:
```
code .
```
5. Press `F5` to run the extension in a new Extension Development Host window.## Usage
Once the extension is installed and activated, you can start using the features immediately in your ExpresswebJs projects.
- **Code Completion**: Start typing ExpresswebJs code, and suggestions will appear automatically.
- **Definition Navigation**: Hold `Ctrl` (or `Cmd` on macOS) and click on any ExpresswebJs component to jump to its definition.## Contributing
Contributions are welcome! Please open an issue or submit a pull request for any enhancements or bug fixes.
## License
This project is licensed under the MIT License. See the LICENSE file for details.