A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/gmlarumbe/verilog-ext/wiki/Imenu below:

Imenu · gmlarumbe/verilog-ext Wiki · GitHub

verilog-ext-mode sets the Imenu index creation function to verilog-ext-imenu-index:

(setq-local imenu-create-index-function #'verilog-ext-imenu-index)

This function is able to differentiate between RTL and class-based environments (see variable verilog-ext-file-allows-instances). For RTL environments it will find instances and functions/tasks. For class-based environments it will find classes and internal/external methods.

The enhanced Imenu index extracted by verilog-ext can be used by any completion framework, such as counsel-imenu, consult-imenu or helm-imenu.

imenu-list is a recommended package to visualize some level of nesting in verification environments (e.g. methods within classes).

verilog-ts-mode ignores the imenu function provided by verilog-ext and uses its own.

For large files it could take a long time for verilog-ext to parse it completely and find instances, resulting in long load times.

verilog-ts-mode solves this issue since parsing is much faster and efficient.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4