Vide is a modern coding IDE for Verilog/SystemVerilog developers, designed to make hardware design feel as fluid as software development. Vide brings IDE-standard code analysis features that hardware IDEs often lack, including definition navigation, annotations, precise completion, and automatic refactoring. With Vide, hardware developers can understand, write, and maintain Verilog/SystemVerilog code more efficiently.
Feature demos, installation guides, and the user manual are available on the Vide homepage.
Build instructions for the language server, VS Code extension, and local VSIX packages are available in Build from Source.
If you run into problems or want to contribute, please use GitHub Issues and Pull Requests.
Vide is licensed under the MIT License.
Vide uses slang for SystemVerilog parsing and diagnostics. slang is licensed under the MIT License.
Vide's formatting feature can call Verible verible-verilog-format. Verible is licensed under Apache License 2.0. Verible is not bundled with Vide and must be installed and configured separately.