AI Personal Learning
and practical guidance

Void: open source VSCode-based Cursor alternative

General Introduction

Void is an open source Cursor alternative based on a branch of the vscode repository. It provides a powerful development environment designed to provide developers with a more efficient coding experience.Void's goal is to continuously improve its functionality and stability through community contributions and rapid iteration. Users can access Void's full source code via GitHub and customize and extend it as needed.

If you are a white guy, you want to really realize one-click to write the complete project code through AI, and automatically deploy the online environment to use.

Recommended:Bolt: a real-time AI-driven full-stack development platform that generates and runs complete project code online

 


Local models can be loaded and run based on @ollama, so that one's code will not be submitted to the server, realizing local privacy security; online model API mode is also reserved, and can be used directly with any LLM when privacy is not involved in the choice.

Build the tech stack:

  • Code Editor: VSCode
  • Local LLM. Ollama
  • Codebase chat: Greptile
  • Doc Search: DocSearch

 

 

Function List

  • code editor: Provide vscode-like code editing features , support for multiple programming languages .
  • Plug-in Support: Compatible with vscode plugins, users can install and use various plugins to extend functionality.
  • version control: Built-in Git support for version control and collaborative development.
  • Debugging Tools: Provide powerful debugging tools to help developers quickly locate and solve problems.
  • terminal integration: Built-in terminals that support a variety of command-line operations to improve development efficiency.
  • Customized Configuration: Users can customize the configuration and appearance of the editor according to their personal needs.

 

Using Help

Installation process

  1. Download source code: Visit Void's GitHub page, click the "Code" button, and select "Download ZIP" to download the source code.
  2. Unzip the file: Extract the downloaded ZIP file to a local directory.
  3. Installation of dependencies: Open a terminal, navigate to the extracted directory and run the following command to install the required dependencies:
    npm install
    
  4. launch an application: After the dependency installation is complete, run the following command to start Void:
    npm start
    

Guidelines for use

  1. Open Project: After launching Void, you can open a local project via the File menu, or drag and drop a project folder directly into the Void window.
  2. Installation of plug-ins: Click on the "Extensions" icon on the left to search for and install the required vscode plugins to extend the functionality of Void.
  3. version control: Click the "Source Code Management" icon on the left to initialize a Git repository or clone a remote repository for version control.
  4. debugging code: Click the "Debug" icon on the left to configure the debugging environment, set breakpoints and start debugging to help quickly locate and solve code problems.
  5. terminal operation: Click the "Terminal" tab at the bottom to open the built-in terminal and perform various command line operations to improve development efficiency.
  6. Customized Configuration: Click the "Settings" icon in the upper right corner to enter the settings page and customize the editor's configuration and appearance according to your personal needs.

Contribution Guidelines

Contribute new features

  1. Suggested New Features: Suggest new features via Discord.
  2. Building New Features: Implementing new features in the project.

Building extensions

  1. clone warehouse::
    git clone https://github.com/voideditor/void
    
  2. Open the folder.: Open the /extensions/void folder in VS Code (open it in a new workspace).
  3. Installation of dependencies::
    npm install
    
  4. Build the project::
    npm run build
    
  5. Running Projects: Press F5 to start the new instance. If it doesn't work, you can press Ctrl+Shift+P, select "Debug: Start Debugging" and then select "VS Code Extension Development".

Building a Complete IDE

  1. Ensure that extensions have been built::
    cd . \extensions\void\
    npm run build
    
  2. Installation of dependencies::
    yarn
    
  3. start building: Press Ctrl+Shift+B in VS Code. if not using VS Code, run the following command:
    npm run watch
    
  4. Running the IDE::
    . /scripts/code.sh
    
  5. Reload window: Press Ctrl+Shift+P and run "Reload Window" to see the new changes.
  6. Packaging IDE::
    npm run gulp vscode-win32-x64
    

common problems

  • How to update Void?
    • Visit Void's GitHub page regularly to get the latest source code and follow the installation process to reinstall it.
  • What should I do if the plugin installation fails?
    • Make sure your internet connection is working and try reinstalling the plugin. If the problem persists, you can submit an issue on the GitHub page for help.
  • How do I contribute code?
    • Fork Void's GitHub repository, make changes and submit a Pull Request to wait for the project maintainer to review and merge.
AI Easy Learning

The layman's guide to getting started with AI

Help you learn how to utilize AI tools at a low cost and from a zero base.AI, like office software, is an essential skill for everyone. Mastering AI will give you an edge in your job search and half the effort in your future work and studies.

View Details>
May not be reproduced without permission:Chief AI Sharing Circle " Void: open source VSCode-based Cursor alternative

Chief AI Sharing Circle

Chief AI Sharing Circle specializes in AI learning, providing comprehensive AI learning content, AI tools and hands-on guidance. Our goal is to help users master AI technology and explore the unlimited potential of AI together through high-quality content and practical experience sharing. Whether you are an AI beginner or a senior expert, this is the ideal place for you to gain knowledge, improve your skills and realize innovation.

Contact Us
en_USEnglish