Is your feature request related to a problem? Please describe.
When debugging a complex circuit design, It is hard to find a certain signal in the long list with multi level model tree.
Describe the solution you'd like
A search box on the top of the Netlist panel. When type a string in the search box and hit search icon, the Netlist list will only show signals and modules whose name matches the string. It would be better if the search box support regular expressions.
Describe alternatives you've considered
A search box on the top of the Netlist panel. When type a string in the search box and hit search icon, the Netlist list will highlight signals and modules whose name matches the string. And by using left/right arrow key, the list will "jump" to the previous/next highlighted signal/module. It would also be better if the search box support regular expressions.
Additional context
A example is the VScode search.
Is your feature request related to a problem? Please describe.
When debugging a complex circuit design, It is hard to find a certain signal in the long list with multi level model tree.
Describe the solution you'd like
A search box on the top of the Netlist panel. When type a string in the search box and hit search icon, the Netlist list will only show signals and modules whose name matches the string. It would be better if the search box support regular expressions.
Describe alternatives you've considered
A search box on the top of the Netlist panel. When type a string in the search box and hit search icon, the Netlist list will highlight signals and modules whose name matches the string. And by using left/right arrow key, the list will "jump" to the previous/next highlighted signal/module. It would also be better if the search box support regular expressions.
Additional context
A example is the VScode search.