Kevin Lin
Kevin Lin
```python $ d(resourceIdMatches="sectionVoucherCard_\d+").count > 7 $ d(resourceIdMatches="sectionVoucherCard_\d+").info['resourceName'] > 'sectionVoucherCard_603130807123968' $ d(resourceIdMatches="sectionVoucherCard_\d+")[0].info['resourceName'] > $ [n.info['resourceName'] for n in d(resourceIdMatches="sectionVoucherCard_\d+")] > [None, None, None, None, None, None, None] $ d(resourceIdMatches="sectionVoucherCard_\d+")[0].info > {......
**Describe the bug** ctags support failed on large .v files (about 80k lines). **Environment (please complete the following information):** - OS: Red Hat 7.6 - VS Code version: 1.85.2 -...