Skip to content

Releases: gmlarumbe/verilog-ext

v0.2.1

07 Sep 23:43

Choose a tag to compare

Fix unavailable dependencies on MELPA Stable (#9)

v0.2.0

08 Aug 17:21

Choose a tag to compare

No new functionality.

Many bug fixes and refactoring for already existing features:

  • Beautifying
  • Compilation utils
  • Flycheck
  • Font-lock
  • Hierarchy extraction
  • Port utilities
  • Workspace

Fix some CI tests and update documentation.

v0.1.0

06 Jun 14:54

Choose a tag to compare

Initial release with support for the following features:

  • Improved syntax highlighting
  • Builtin xref backend
  • Builtin capf function with dot and scope completion
  • Hierarchy extraction and navigation: builtin and vhier based
  • LSP configuration for lsp-mode and eglot
  • Support for many linters via flycheck
  • Beautify modules and instances
  • Code navigation functions for RTL and Verification environments
  • Extended collection of custom and yasnippet templates insertion via hydra
  • Code formatter via apheleia
  • Compilation-based utilities
  • Improve imenu entries: detect instances, classes and methods
  • Enhanced support for which-func
  • Code folding via hideshow
  • Workspace tags, typedef analysis and caching
  • Time-stamp auto-configuration
  • Convert block end comments to names
  • Automatically add SystemVerilog keywords to company-keywords backend
  • Port connections utilities

Experimental:

  • Tree-sitter powered verilog-ts-mode support