ctrl+shift+p filters: :st2 :st3 :win :osx :linux
浏览

自我审查

作者: thenewvu ST3

Subline Text 3 的源代码 todo 管理插件,列出您源中的 todos,帮助您知道下一步应该做什么。

详细信息

安装

  • 总数 1K
  • Win 652
  • Mac 362
  • Linux 216
8 月 6 日 8 月 5 日 8 月 4 日 8 月 3 日 8 月 2 日 8 月 1 日 7 月 31 日 7 月 30 日 7 月 29 日 7 月 28 日 7 月 27 日 7 月 26 日 7 月 25 日 7 月 24 日 7 月 23 日 7 月 22 日 7 月 21 日 7 月 20 日 7 月 19 日 7 月 18 日 7 月 17 日 7 月 16 日 7 月 15 日 7 月 14 日 7 月 13 日 7 月 12 日 7 月 11 日 7 月 10 日 7 月 9 日 7 月 8 日 7 月 7 日 7 月 6 日 7 月 5 日 7 月 4 日 7 月 3 日 7 月 2 日 7 月 1 日 6 月 30 日 6 月 29 日 6 月 28 日 6 月 27 日 6 月 26 日 6 月 25 日 6 月 24 日 6 月 23 日
Windows 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 2 0 0 0 0 0 0 0 0
Mac 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0

读我

raw.​githubusercontent.​com

简介

Subline Text 3 的源代码 todo 管理插件,列出您源中的 todos,帮助您始终知道下一步该做什么。

屏幕截图

Review Myself v2 版本有哪些新功能?

  • 更改所有快捷键,更方便。
  • 上下文面板
  • 在上下文面板中直接编辑

设置

默认情况下,Review Myself 有以下默认设置

{
    "todo_patterns": [
        "TODO\\s*:+\\s*(?P<todo>.*)$"
    ],
    "priority_patterns": [
        "#p(?P<priority>[1-3])"
    ],
    "is_ignore_case": true,
    "ignored_dir_patterns": [".svn", ".git", ".hg", "CVS"],
    "only_care_file_patterns": ["*.cpp", "*.c", "*.h", "*.py", "*.js", "*.md"],
    "color_scheme": "Packages/Review Myself/ReviewMyself-NeonDark.hidden-tmTheme",
    "auto_show_context": true
}

要调整它们,请转到首选项 -> 包设置 -> Review Myself -> 设置 - 用户,ST 将为您打开一个 用户设置文件,将您的设置放在那里并保存。

如何创建 todo?

就是这么简单

TODO: the highest priority todo, should be done right now #p1
TODO: when p1 todos are clear, this will be a p1 #p2
TODO: another p1 candidate todo #p2
TODO: take a look in the tomorrow morning, it's ok :D #p3

默认情况下,ReviewMyself 仅支持 1 到 3 的优先级数字。我不认为我们需要更多,但您可以自定义它(只需在优先级模式中递增数字)。

如何列出 todos?

列出当前文件中的 todos

Ctrl + Shift + P, then enter command: ReviewMyself: Current File

列出侧边栏中文件或文件夹中的 todos

Right click on the file or the folder, then choose ReviewMyself

列出当前 Sublime Text 项目的 todos

Ctrl + Shift + P, then enter command: ReviewMyself: Folders in Project

调整颜色方案

下载 默认颜色方案文件

调整后将其放在您的用户文件夹中。 Color Highlighter 将帮助您轻松调整颜色。

将此行添加到您的 Review Myself 用户设置文件(首选项 -> 包设置 -> Review Myself -> 设置 - 用户)

{
    "color_scheme": "Packages/User/ReviewMyself-NeonDark.hidden-tmTheme"
}

参与其中?

如果您遇到任何问题,请在此处发布: https://github.com/thenewvu/SublimeReviewMyself/issues

如果您想分叉或贡献力量: https://github.com/thenewvu/SublimeReviewMyself/

如果您想为我买一些咖啡: https://www.gittip.com/thenewvu/

参考

许可证

MIT 许可证 (MIT)