nachstedt / vscode-stack-usage

Visual Studio Code plugin to display maximum stack usage of c++ functions
GNU General Public License v3.0
3 stars 0 forks source link

Display range for template functions #5

Open nachstedt opened 2 years ago

nachstedt commented 2 years ago

Template functions have multiple entries in the .su file. It would be best to display the respective sizes as ranges in the decorator. The sizes of the individual instantiations could be displayed in the hover information.