是否有可能覆蓋在VB.NET評論自動縮進(使用Visual Studio 2008)?是否有可能重寫的VB.NET/VS2008評論自動縮進?
請參見下面的代碼上下文第二Case語句上述評論。
的IDE自動縮進超出接下來的case語句的註釋。我想覆蓋這種行爲,並使其與隨後的Case中的C一致。
Select Case E.Type
'General Events
Case EventType.General_StartServer
'Initialize the Server Brain (ME)
GLOBAL__I_AM_THE_SERVER = True
Init()
'Server Alerts
Case EventType.ServerAlert_Chat
EventManager.SendEventToAllClients(New GameEvent(EventType.ClientAlert_Chat, 0, 0, 0, E.Str))
End Select
此之後仍然VS的非常惱人的多個版本。 – 2016-04-28 15:14:49