An open API service indexing awesome lists of open source software.

https://github.com/alexigbokwe/expresswebjsvscodeextension


https://github.com/alexigbokwe/expresswebjsvscodeextension

Last synced: 3 months ago
JSON representation

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.