当前位置:网站首页>Visual studio plug-in coderush officially released v22.1 -- visual tool for optimizing debugging
Visual studio plug-in coderush officially released v22.1 -- visual tool for optimizing debugging
2022-06-29 17:40:00 【Interface development Starling】
CodeRush Is a powerful Visual Studio .NET plug-in unit , It uses integration technology , Improve the developer experience by promoting developer and team efficiency .CodeRush Can help you create and maintain source code with great efficiency .Consume-first Affirming , Powerful templates , Intelligent selection tools , Intelligent code analysis and innovative navigation as well as an unparalleled refactoring set , With their help, you can greatly improve your efficiency .
CodeRush v22.1.3 Official download
The details of the update are as follows :
Optimized debugging visualizer
CodeRush Debug Visualizer You can now process code faster ( Optimized and Visual Studio Communication of commissioning services ), Also reduces rendering Debug Visualizer Time required for visual elements .
The code analysis
DevExpress WPF Component's XAML The diagnosis
This version extends CodeRush Code analysis engine , by DevExpress Control added the following code diagnosis :
- Cell template is missing PART_Editor - You can set the name of the editor to “PART_Editor” To automatically bind and configure the editor .
- EditValueChanging/EditValueChanged stay CellTemplate In dealing with - Due to the virtualization mechanism of the grid , As long as the user scrolls through the data , This event handler will be called . Consider changing to “CellValueChanging/CellValueChanged”( View for Grid ).
- invalid EventToCommand.EventName - EventToCommand The associated object of is missing EventName Event specified in .
- When NavigationStyle Set to Row or None when , In place editing is not available - If you will “DataViewBase.NavigationStyle” Property is set to “Row” or “None”, Will “ColumnBase.AllowEditing” Property is set to “true” Will be invalid .
- AutoWidth Used with relative column sizes - If “TableView.AutoWidth/TreeListView.AutoWidth” Property is set to true, Set relative ( Stars ) Column size will be invalid .
The problem that has been solved
- T1085527 - routine - install Windows 11 Insider Preview Build 22598 when ,CodeRush send Visual Studio collapse
- T1084606 - Code cleaning - application 'Apply Visibility Style' and 'Remove Unused Variables' Delete variables in use during code cleanup
- T1096245 - Navigation - Code location - In some cases , The source code in Code Places Collapse in window / Unintentional reordering while expanding areas
- T1093538 - Navigation - The place tag before jump option does not apply to "Go to Implementation" operation
- T1092893 - restructure - take 'Move Type To File' When refactoring is called in a shared project, it will produce non - compileable code
DevExpress Technology exchange group 6:600715373 Welcome to group discussion
边栏推荐
- R language uses GLM function to build Poisson logarithm linear regression model, processes three-dimensional contingency table data to build saturation model, uses exp function and coef function to ob
- It is the same that robots can win gold medals without maintenance and out of bounds
- About harbor private warehouse forgetting the login password
- Epoll analysis
- selenium上传文件
- R语言使用自定义函数编写深度学习Leaky ReLU激活函数、并可视化Leaky ReLU激活函数
- Online sql to CSV tool
- 2022 software evaluator examination outline
- Set double click to run the jar file
- What is a SCM system? What are the advantages of a supply chain management system?
猜你喜欢

小程序容器是什么技术?能助力物联网企业红海突围?

mysql.sock的概念是什么

SRM供应商协同管理系统功能介绍

How to create and delete MySQL triggers

Tencent cloud released orbit, an automated delivery and operation and maintenance product, to promote enterprise applications to be fully cloud native

Redis principle - sorted set (Zset)

sequential detector

Openfeign use step polling strategy and weight log4j configuration of openfeign interceptor

如何使用B/S开发工具DevExtreme的图表控件 - 自定义轴位置?

Mysql中锁的使用场景是什么
随机推荐
底层内功修养
力扣今日题-535. TinyURL 的加密与解密
First batch! Tencent cloud's ability to pass the solution of the government affairs collaboration platform of the China Academy of ICT
浏览器大尺寸截屏
人脸识别4-百度商用方案调研
mysql在linux中2003错误如何解决
力扣每日一题 06.29 两数相加
The aggregate function in the epidisplay package of R language divides numerical variables into different subsets based on factor variables, and calculates the summary statistics and aggregate data. W
mysql.sock的概念是什么
Redux源码分析之createStore
R语言使用MASS包的glm.nb函数建立负二项广义线性模型(negative binomial)、summary函数获取负二项广义线性模型模型汇总统计信息
在供应链场景应用中,供应链管理系统扮演什么角色?
关于KALI使用xshell连接
How to solve MySQL 1045 error in Linux
R language ggplot2 visualization: use the patchwork package (directly use the plus sign +) to horizontally combine the two ggplot2 visualization results, and then horizontally combine them with the th
DevCloud加持下的青软,让教育“智”上云端
R语言使用自定义函数编写深度学习Leaky ReLU激活函数、并可视化Leaky ReLU激活函数
Kali installation tutorial 2020
[try to hack] cookies and sessions
填充每个节点的下一个右侧节点指针[利用好每个点->尽可能降低时空复杂度]