Is there way for visual assist to minimise attributes or such that using [] brace, example below ======================================================== [Browsable(true), CategoryAttribute("Appearance"), Description("Disable button flashing"), System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)]
public void FButtonStop() =======================================================
into
[.^.]public void FButtonStop()
It make code hell lot easier to read and make sense.
Pretty please
Happy New Year and thank for the Visual Assist, it a great product. which make code significantly easier to read...