Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.7 KB

README.md

File metadata and controls

50 lines (30 loc) · 1.7 KB

Jetbrains Code Remark

A Jetbrains IDE code remark plug-in, different from code comments, it can be applied to read-only source files.

中文 | Report Issues

EXAMPLE

HOW TO INSTALL

INSTRUCTIONS FOR USE

The source code is a read-only file, how to add remarks?

  • Use IDEA to open the source code file.

  • Wherever you need it, you can choose one of the following three ways to trigger the Popup pop-up layer and add content.

    • Alt + ENTER -> [MARK] Add/Edit remark [RECOMMEND]
    • EditorPopupMenu / Tools -> Add remark
  • Use the right-click menu Remark Navigation in the editor to preview all the remarks added in the current file.

  • In the View -> Tool Windows -> Bookmarks -> Remarks view, view all the remarks of the current project.

HOT KEY

  • Add / Edit:<Alt + ENTER> -> [MARK] Add/Edit remark [RECOMMEND]
  • Saving:<shift + ENTER>
  • Delete:<shift + DETELE>
  • Cancel:<ESC>

You can search for remark through Preferences-Keymap, and configure the corresponding shortcut keys for the specified operation

How to synchronize with Git repository?

The relevant file is located at ${yourProject}/.idea/code-remark.xml. Add it to the Git version control repository to synchronize the code comments.