whynot6745
whynot6745
CC#
Created by whynot6745 on 12/25/2022 in #help
❔ VS studio IntelliSense string autocomplete?
I want to make intellisense in c# visual studio 2022 provides suggestions for a specific set of strings when using a string parameter. just like in VSCode. maybe something like void SetColor([Suggest("red", "blue")]string color) { ... }
4 replies
CC#
Created by whynot6745 on 12/23/2022 in #help
❔ is there a tool for code statistics?
is there a tool that gives statistics about code? most used functions, most used properties, when/where... ) i'm not looking into debugger / static typing helpers or analysers. im looking for syntactical/logical data analysis
10 replies