AiSY-Yang

Results 4 issues of AiSY-Yang

## 编程语言 SQL ## 预期表现 可以中文补全 ## 当前表现 提示框中可以显示中文拼音 但是输入拼音后不能补全 ## 可能的解决方案 ## 重现错误场景 > 提供代码片段或截图 ![image](https://user-images.githubusercontent.com/20870087/134866277-7ad247df-6853-42ca-9abf-a9e6f51e620e.png) ![image](https://user-images.githubusercontent.com/20870087/134866315-6118fee6-9190-49dd-a460-3d8f2110239a.png) 当输入拼音的时候补全框消失 ## 使用环境 * 插件版本:0.1.8 * IDE版本(Datagrip 2021.2.2): * 操作系统版本(如 Win10): DBMS:...

bug

when i run a test in visual studio,the stack trace line is error like this ![image](https://user-images.githubusercontent.com/20870087/140245642-cbe4f9f7-c46c-4aef-8bc6-24151e392595.png) dotnet 5.0 is right ,line number is 126 ![image](https://user-images.githubusercontent.com/20870087/140245613-da38b875-1ec8-4b6c-aa59-03a8569c0ed9.png) dotnet 3.1 is wrong, line...

Support read formatStackTraceAsArray from configuration **What issue does this PR address?** When I Add `formatStackTraceAsArray` in my configuration file ,this paramater does not take effect. Like this ``` "WriteTo": [...

resolve #681 默认选中可以使得划词翻译和输入翻译采用同一个功能入口 优点:日常使用只需要一个快捷键,减小用户心智负担 缺点:会多一次无效的查询,如果是收费api可能会造成费用上升 是否有必要添加功能开关?