感觉这个assist有很多方便的功能,但我还不会使用。除了默认的提示功能外,还能使用哪些方便的东东?

解决方案 »

  1.   

    duanhuicen(sanlang) ( ) 信誉:100  2006-03-01 15:40:00  得分: 0  
     
     
       这个东西和金山词霸一起用会有冲突!会导致VC立即关闭重启!
      
     
    确实!还有, 一定要选择正确的版本! 否则VC调试的时候没有任何响应, 系统都不能动弹, 但是没有死机, 你按power按钮, 系统才会关闭VC
      

  2.   

    readme:
    Autotext and Code Templates for Visual Assist X

    caretPosChar:
    ?

    #u:
    #undef 
    #p:
    #pragma 
    #in:
    #include "?
    #in:
    #include <?
    #im:
    #import "?
    #im:
    #import <?
    #if:
    #ifdef ?
    #endif
    #ifn:
    #ifndef ?
    #endif
    #el:
    #else
    #eli:
    #elif 
    #en:
    #endif
    A:
    ASSERT(?
    r:
    return
    T:
    TRUE
    t:
    true
    F:
    FALSE
    f:
    false
    I:
    INT
    U:
    UINT
    B:
    BOOL
    V:
    VOID
    H:
    HWND
    L:
    LONG
    N:
    NULL
    class:
    class ?
    {
    public:
    protected:
    private:
    };
    struct:
    struct ?{
    };
    catch:
    catch (? {
    }
    ifel:
    if (? {
    } else {
    }
    if:
    if (? {
    }
    if:
    if (?
    {
    }
    while:
    while (? {
    }
    while:
    while (?
    {
    }
    for:
    for (? {
    }
    for:
    for (?
    {
    }
    do:
    do {
    ?
    } while();
    switch:
    switch(? {
    case :
    break;
    default:
    }
    //-:
    // ?[%MONTH%/%DAY%/%YEAR%]
    ///:
    //////////////////////////////////////////////////////////////////////////

    /*-:
    /*
     * ?
     */
    /**:
    /************************************************************************/
    /* ?                                                                    */
    /************************************************************************/

    readme:
    Code Templates follow. All entry names contain a space.


    Insert class definition using selection:
    class %0
    {
    public:
    %0();
    ~%0();
    protected:
    ?
    private:
    };

    Surround selection with #ifdef:
    #ifdef ?
    %0#endif


    Insert a function of multiparam:
    /********************************************************************
     * 修改日期: %YEAR%-%MONTH%-%DAY%   %HOUR%:%MINUTE%
     *
     * 文件名称:  %FILE%
     *
     * 作者:
     *
     * 函数名称: 函数名称
     *
     * 返回值说明:    等待填写
     *
     * 参数说明: 见函数参数表具体说明
     *
     * 历史:
     *
     *
     * 函数操作目标: ?
    *********************************************************************/


    Insert a function of no param:
    /********************************************************************
     * 修改日期: %YEAR%-%MONTH%-%DAY%   %HOUR%:%MINUTE%
     *
     * 文件名称:  %FILE%
     *
     * 作者:
     *
     * 函数名称: 无参函数
     *
     * 返回值说明:    无
     *
     * 参数说明: 无参数说明
     *
     * 历史:
     *
     *
     *
     *
     * 函数操作目标: ?
    *********************************************************************/


    Insert a file head:
    /********************************************************************
     * 版权声明: 广东天海威数码技术有限公司 版权所有 2006-2010
     *
     * 项目名称:       内网保密与审计系统
     *
     * 原开发小组成员: 
     *
     *
     *
     *
     * 现开发小组成员:
     * (客户端)
     *
     * (控制中心)
     *
     * (客户端+测试)
     * 
     * 修改作者:
     *
     *
     * 修改日期: %YEAR%-%MONTH%-%DAY%   %HOUR%:%MINUTE%
     *
     * 文件名称:  %FILE%
     * 历史:
     *********************************************************************/


    Insert a txt head:
    /********************************************************************
     * 修改作者:
     *
     * 修改时间: %YEAR%-%MONTH%-%DAY%   %HOUR%:%MINUTE%
     *
     * 修改内容:
     *
     *********************************************************************/


    Insert a //++++++++++++++//:
    //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++//
    //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++//


    Insert a //============//:
    //============================================================================//
    //============================================================================//


    Insert a //@@@@@@@@@@@@@@@@//:
    //@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@//
    //@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@//


    Insert a //||||||||||||||||||//:
    //||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||//
    //||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||//


    Insert a //############//:
    //############################################################################//
    //############################################################################//

    separator

      

  3.   

    VA X 和金山毒霸2006以前的版本有冲突,但金山毒霸2006又太占内存资源。
    VA 6 有个SAVE的BUG,会丢失源代码数据。