当前位置:网站首页>Visual Studio插件CodeRush正式发布v22.1——优化调试可视化工具
Visual Studio插件CodeRush正式发布v22.1——优化调试可视化工具
2022-06-29 17:33:00 【界面开发小八哥】
CodeRush是一个强大的Visual Studio .NET 插件,它利用整合技术,通过促进开发者和团队效率来提升开发者体验。CodeRush能帮助你以极高的效率创建和维护源代码。Consume-first 申明,强大的模板,智能的选择工具,智能代码分析和创新的导航以及一个无与伦比的重构集,在它们的帮助下能够大大的提高你效率。
具体更新内容如下:
优化的调试可视化工具
CodeRush Debug Visualizer现在可以更快地处理代码(优化了与 Visual Studio 调试服务的通信),还减少了渲染Debug Visualizer 视觉元素所需的时间。
代码分析
DevExpress WPF组件的XAML诊断
此版本扩展了CodeRush代码分析引擎,为DevExpress控件使用添加了以下代码诊断:
- 单元格模板缺少 PART_Editor - 您可以将编辑器的名称设置为“PART_Editor”以自动绑定和配置编辑器。
- EditValueChanging/EditValueChanged 在 CellTemplate 中处理 - 由于网格的虚拟化机制,只要用户滚动数据,就会调用此事件处理程序。 考虑改为处理“CellValueChanging/CellValueChanged”(用于网格的视图)。
- 无效的 EventToCommand.EventName - EventToCommand 的关联对象缺少 EventName 中指定的事件。
- 当 NavigationStyle 设置为 Row 或 None 时,就地编辑不可用 - 如果将“DataViewBase.NavigationStyle”属性设置为“Row”或“None”,则将“ColumnBase.AllowEditing”属性设置为“true”将无效。
- AutoWidth 和相对列大小一起使用 - 如果“TableView.AutoWidth/TreeListView.AutoWidth”属性设置为 true,则设置相对(星形)列大小将无效。
已解决的问题
- T1085527 - 常规 - 安装 Windows 11 Insider Preview Build 22598 时,CodeRush 使 Visual Studio 崩溃
- T1084606 - 代码清理 - 应用'Apply Visibility Style'和 'Remove Unused Variables'代码清理时删除正在使用的变量
- T1096245 - 导航 - 代码位置 - 在某些情况下,源代码在Code Places 窗口中折叠/展开区域时无意中重新排序
- T1093538 - 导航 - 跳转前放置标记选项不适用于"Go to Implementation" 操作
- T1092893 - 重构 - 将'Move Type To File' 重构在共享项目中调用时会产生不可编译的代码
DevExpress技术交流群6:600715373 欢迎一起进群讨论
边栏推荐
- What role does the supply chain management system play in the supply chain scenario?
- L'intercepteur handlerinterceptor personnalisé permet l'authentification de l'utilisateur
- mysql游标的作用是什么
- 首批!腾讯云通过中国信通院政务协同平台解决方案能力评估
- R language uses GLM of mass package The Nb function establishes the negative binomial generalized linear model, and the summary function obtains the summary statistical information of the negative bin
- mysql支持外键吗
- Word2vec vector model of Wiki Chinese corpus based on deep learning
- 反射
- Open source warehouse contribution - submit pr
- reflex
猜你喜欢
随机推荐
自学结构体(小甲鱼c语言)
开源仓库贡献 —— 提交 PR
Self taught structure (small turtle C language)
The soft youth under the blessing of devcloud makes education "smart" in the cloud
MySQL highly available cluster – MHA
Multi mode concurrent implementation of tortoise and rabbit race in go language
High landing pressure of "authorization and consent"? Privacy computing provides a possible compliance "technical solution"
How to solve the 2003 error of MySQL in Linux
反射
Younger sister Juan takes you to learn JDBC - 2-day dash Day1
mysql如何查询表的字符集编码
Basic operations such as MySQL startup under Windows platform
NVIDIA安装最新显卡驱动
Scenario solution for two modules calling each other in go
R语言ggplot2可视化:使用patchwork包(直接使用加号+)将两个ggplot2可视化结果横向组合、接着再和第三个图像横向组合起来(三幅图各占比例为50%、25%、25%)
【Oracle】基础知识面试题
Mysql中锁的使用场景是什么
Function calculation asynchronous task capability introduction - task trigger de duplication
How to use interrupt
What are the advantages of SaaS services









