saem / vscode-nim

Other
180 stars 23 forks source link

Template declarations do not appear in the file outline #123

Closed lou15b closed 1 year ago

lou15b commented 1 year ago

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 1 year ago

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.