- 在IDE编辑器输入try
- 根据提示选择trycatch的智能提示
- 输入出来的内容会多出【ry】两个字母
![吃个大西瓜](http://img-cdn-tc.dcloud.net.cn/uploads/avatar/000/39/75/80_avatar_mid.jpg?v=0)
- 发布:2022-09-13 13:40
- 更新:2022-09-13 13:58
- 阅读:209
产品分类: HbuilderX
PC开发环境操作系统: Mac
PC开发环境操作系统版本号: 12.5
HBuilderX版本号: 3.6.1
操作步骤:
预期结果:
只出现
try{
}catch(e){
//TODO handle the exception
}
只出现
try{
}catch(e){
//TODO handle the exception
}
实际结果:
try{
}catch(e){
//TODO handle the exception
}ry
try{
}catch(e){
//TODO handle the exception
}ry
bug描述:
- 在IDE编辑器输入try
- 根据提示选择trycatch的智能提示
- 输入出来的内容会多出【ry】两个字母
![](http://img-cdn-tc.dcloud.net.cn/uploads/questions/20220913/15e08dddb586fa78ef8beefc4e2b8eba.jpg)
![](http://img-cdn-tc.dcloud.net.cn/uploads/questions/20220913/08376dad461ce7347ebc6d2cc3de3dcd.jpg)