Welcome to the Binelek VS Code extension! This tool helps you develop knowledge graphs efficiently. With integrated features, you can easily manage your projects and use our powerful graph database tools.
To get started, visit the Releases page to download the extension.
- Go to the Releases page.
- Find the latest version.
- Click on the link for the VS Code extension file to download.
- Once the file is downloaded, open your VS Code.
- In the top menu, select 'Extensions' or use the shortcut
Ctrl+Shift+X. - Click on the three dots in the upper right corner.
- Choose 'Install from VSIX...' and select the downloaded file.
- Integrated Knowledge Graph Tools: Easily build and explore knowledge graphs with intuitive tools.
- Code Generation: Generate code snippets based on your graph data for quicker development.
- Cursor Extension: Enhance navigation through large datasets with cursor capabilities.
- Cypher Support: Write and run Cypher queries directly within the editor.
- Compatibility: Works seamlessly with Neo4j and other graph databases.
- Operating System: Windows, macOS, or Linux
- VS Code Version: 1.50 or higher
- Node.js: 14.x or higher (recommended)
After installing the extension, you need to configure it:
- Open VS Code.
- Navigate to 'Settings' by clicking the gear icon in the bottom left corner or using the shortcut
Ctrl+,. - Search for "Binelek" in the settings.
- Configure your graph database connection settings, such as database URL and authentication details.
Once you have installed and set up the extension, you can start using its features:
-
Creating a New Graph:
- Use the Binelek command palette to create a new graph.
- Follow the prompts to name your graph and set up initial properties.
-
Running Cypher Queries:
- Open the command palette (
Ctrl+Shift+P). - Select 'Binelek: Run Cypher Query'.
- Enter your query in the dialog box and observe the results.
- Open the command palette (
-
Generating Code Snippets:
- When viewing your graph, use the context menu to generate corresponding code.
- Choose the programming language of your choice (TypeScript recommended).
To ensure you have the latest features and fixes:
- Return to the Releases page.
- Download the latest version of the extension.
- Follow the installation steps above to replace your existing version.
A knowledge graph is a structured way to represent information. It connects data so that it can be easily navigated and understood. This extension helps you create and manage graphs effectively.
While this extension is optimized for Neo4j, it can work with other graph databases that support Cypher. Check the documentation for specific instructions.
If you encounter issues or have questions, you can report them on the Issues section of this repository. We appreciate feedback and suggestions.
We welcome contributions! If you want to help improve the Binelek VS Code extension, please check out our contributing guidelines in the repository.
Thank you for using the Binelek VS Code extension. We hope it enhances your graph development process and helps you easily manage your data.
For more information, feel free to explore the documentation.