Hi, indentation does not work correctly (version #D: 4.4.1.9729) while ".Get" appears together witi IF or DIM or...?
An example after pressing CTRL+I:
Public Class Class1
Dim a As String = AppSettings.Get("a")
Dim b As String = AppSettings.Get("a")
Dim c As String = AppSettings.Get("a")
End Class