You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,22 @@ Install it from [VS Code Marketplace](https://marketplace.visualstudio.com/items
55
55
56
56
This extension uses the tags created using Ctags to provide many of its features. It is recommended to use [Universal Ctags](https://github.com/universal-ctags/ctags) as it supports SystemVerilog also, compared to Exuberant Ctags and other older versions. The tags are stored in memory and not as separate files.
57
57
58
+
Currently the integrated feature supports only tags in the currently opened file, not tags in other files.
59
+
However, you can use other independent Ctags extensions to find definitions from any file.
60
+
61
+
For example [Ctags Companion](https://github.com/gediminasz/ctags-companion) works well with this extension
62
+
by adding the following settings on `.vscode/settings.json` in your workspace.
0 commit comments