Vide - Verilog/SystemVerilog Coding IDEVide 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, the online playground, 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. License and AcknowledgementsVide 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 |