This repository was archived by the owner on Oct 16, 2020. It is now read-only.
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
VB automatic insertion of Then / End If produces invalid code when using multiline conditions #226
Open
Description
SD-1899, originally created on 5/4/2012 15:21:46 by Siegfried Pammer
see
http://community.sharpdevelop.net/forums/t/15741.aspx
Comment from Siegfried Pammer on 5/4/2012 15:27:07:
This problem only occurs if ILCs (implicit line continuations) are used.
A workaround is to use _ before inserting the line break.