saem/vscode-nim

Template declarations do not appear in the file outline

lou15b opened this issue · 1 comments

lou15b commented

Declarations for types, procs and macros all appear in the file outline as expected, but not templates.
I find the outline indispensable for navigating the code in a file, so this is a significant pain point when browsing code that contains templates.

lou15b commented

The problem may be in nimsuggest. The output from running nimsuggest from the command line and directly requesting an outline also leaves out template declarations.