DVT IDE for VS Code VHDL User Guide
Rev. 24.1.5, 13 March 2024

23.4 Search for Members

In addition to Hierarchical Search, you can use a member pattern after the dot '.' character to search for types or instances that contain specific members (for example ports). The members that match the member pattern are promoted to the top of the members pane.

Supported filters:

  • Filter: .sleep: Search by member name. All instances with members that contain the search pattern are shown.

  • Filter: sec/.sleep: Search by hierarchy and member name. Hierarchical searching and member searching can be combined.