David BS

Results 3 issues of David BS

Hi. I'm trying to benchmark two simple functions, where "Global_Var" strings with ~30 characters each. ``` Public Function SB1() As String Public_StringBuilder.Clear() Public_StringBuilder.Append(Global_Var1) Public_StringBuilder.Append(Global_Var2) Public_StringBuilder.Append(Global_Var3) Public_StringBuilder.Append("apeas um teste de troca...

Hi, I installed the preview VS2022 version, and everything seemed to be 100% (properties page on TOOLS - OPTIONS- ASMDUDE and TOOLS FONTS), but I can't see any color (they're...

### Is your feature request related to a problem? Please describe. When I select a control event (e.g. SelectionChange in a Combobox) a hint about "" is shown and after...

enhancement