Area-IDEBugDeveloper CommunityIDE-Formatterhelp wanted
仓库指标
- 星标
- (20,414 个星标)
- PR 合并指标
- (平均合并 6天 17小时) (30 天内合并 256 个 PR)
描述
Version Used: 16.8.3
🔗 Originally filed as AB#1259025 🔗 This is also the root cause of AB#1289599 🔗 This is also the root cause of AB#1348257 🔗 This is also the root cause of AB#1469007
Steps to Reproduce:
class Test
{
void Method()
{
do$$
}
}
Press Enter after the do keyword.
Expected Behavior:
class Test
{
void Method()
{
do
$$
}
}
Actual Behavior:
class Test
{
void Method()
{
do
$$
}
}