• CTags Help


    tags help

    g]             Like CTRL-], but use ":tselect" instead of ":tag"

    tag-prioirity

    When there are multiple matches for a tag, this priority is used:
    1. "FSC"  A full matching static tag for the current file.
    2. "F C"  A full matching global tag for the current file.
    3. "F  "  A full matching global tag for another file.
    4. "FS "  A full matching static tag for another file.
    5. " SC"  An ignore-case matching static tag for the current file.
    6. "  C"  An ignore-case matching global tag for the current file.
    7. "   "  An ignore-case matching global tag for another file.
    8. " S "  An ignore-case matching static tag for another file.

    Include file searches

    These commands look for a string in the current file and in all encountered included files (recursively).
    This can be used to find the definition of a variable, function or macro.
    These commands are not available when the +find_in_path feature was disabled at compile time.
    The commands that start with "[" start searching from the start of the current file. The commands
    that start with "]" start at the current cursor position.

    [i            Display the first line that contains the keyword under the cursor. The search starts at the
                  beginning of the file. Lines that look like a comment are ignored (see 'comment' option).
                  If a count is given, the count'th matching line is diplayed, and comment lines are not ignored.
                  
    ]i            like "[i", but start at the current cursor position.

    [I            Display all lines that contain the keyword under the cursor.

    ]I [ CTRL-I ] CTRL-I

    [d            Display the first macro definition that contains the macro under the cursor.
    ]d [D ]D [ CTRL-D  ] CTRL-D

  • 相关阅读:
    scala学习笔记4:函数和闭包
    架构模式: 领域事件
    架构模式:API组合
    架构模式: Saga
    架构模式: 客户端 UI 构建
    架构模式: 服务器端页面碎片化元素构建
    架构模式: 记录部署和变更日志
    架构模式: 健康检查API
    架构模式: 异常追踪
    架构模式:分布式跟踪
  • 原文地址:https://www.cnblogs.com/anyboo/p/15742402.html
Copyright © 2020-2023  润新知