CodeSmart for VB IDE

详细:http://www.axtools.com/products-codesmart-vb6.php

Integration 集成

1.General Integration Notes 综述

2.Tabbed Documents Support 标签式浏览

Explorer Tools 浏览工具

1.The Project Explorer 项目浏览器

2.The Code Flow Explorer 代码流程浏览器

3.The Designer Explorer 设计浏览器

4.The Library Explorer 库浏览器(包括代码库和设计库)

Locate Code Easier than Ever 更容易的定位

1.Extended Find and Replace 增强的查找和替换

2.Find References 查找引用

VB Code Window Enhancements 代码编辑窗口增强

1.Branch Lines

2.End of Line Details

3.Hotspot Markers

4.Current Line Highlighting

5.Right Hand Separator

Check and Refine Your Projects 检查和精简你的工程

1.Code Analyzer

2.Designer Analyzer

3.Spelling Checker

4.Strings Review

5.Code Commenting Conformity Checker

Write Code with Exceptional Efficiency

1.AutoText

2.SmartComplete

3.Code Builders

4.The Extended Clipboard

Save Time with Designer Tools 使用设计器来节省时间

1.Tab Order Designer Tab顺序设计器

2.Hotkey Designer 热键设计器

3.Change Name and Text Properties 改变名称和文本属性

4.New Control Properties

5.Bulk Controls Renamer 控件批量重命名

6.UI Standard Properties Manager UI标准属性管理器

Reformat and Document Your Code 重新格式化,给你的代码添加注释

1.Code Formatter 代码格式化

2.sort Procedures 整理过程

3.Commenting Tools 注释工具

Protect From Errors and Exceptions 保护(程序)免受错误和异常的影响

1.Error Handling Schemes 错误处理

2.Tracing 跟踪

3.Handling Exceptions 处理异常

Other Tools 其它工具

1.AutoSave and AutoBackup 自动保存和自动备份

2.Code Statistics 代码统计

3.Custom Code Inserter 自定义代码插入器

4.Show File Differences 比较文件

5.Task List Manager 任务列表管理

使用记录:

1. 安装好CodeSmart2007后,它会在“我的文档”里面创建一个名叫“My CodeSMART Files”的文件夹,里面保存着错误日志,个人配置信息(Personal.mdb)和团队配置信息(Team.mdb),但是如果“我的文档”是中文名,VB在启动时CodeSmart就可能找不到前面提到的两个配置文件,于是会提醒你指定这个两个文件的路径。每次启动时都会有这个问题,看来CodeSmart2007中文支持不是太好,解决办法就是把这两个配置文件挪到一个英文路径下,这样就不会每次启动时都要求指定文件路径。

相关文章

Format[$] ( expr [ , fmt ] ) format 返回变体型 format$ 强...
VB6或者ASP 格式化时间为 MM/dd/yyyy 格式,竟然没有好的办...
在项目中添加如下代码:新建窗口来显示异常信息。 Namespace...
转了这一篇文章,原来一直想用C#做k3的插件开发,vb没有C#用...
Sub 分列() ‘以空格为分隔符,连续空格只算1个。对所选...
  窗体代码 1 Private Sub Text1_OLEDragDrop(Data As Dat...