Skip to content

lhc0506/CodeMemo

Repository files navigation

CodeMemo

It helps you to write memo in your code.

In Memoboard, you can see your all memos or memos filtered by file.

How to make Memo


  1. Click right mouse button on the line of the code where you want to add memo. Or write "createMemo" and press Enter in the Command Pallet (ctrl+shift+P).
  2. In menus, find codeMemo and click createMemo.
  3. New memo creator will be shown besides your viewColumn.
  4. Write your memo in notes and click "Save" button.
  5. Your memo will be added in memoBoard.
  6. If it is the first memo in your workspace, "memoBoard.memo" file will be created in root/.vscode folder and your memo will be saved.

createMemo


Ways to go to memoBoard


  1. MemoBoard will be shown by clicking "codeMemo" icon in right side of Status Bar.
  2. You can click "goToMemo" button after put your cursor on the code a memo saved in
  3. You can open "memoBoard.memo" file in root/.vscode to show your memoBoard.
  4. You can go to memoBoard after you click "goToMemo" in right mouse button menu.
  5. Click a line where memo is saved. Open the Command Pallet(Press ctrl+shift+P). Type "goToMemo" and then press Enter.

showmemoboard



Ways to delete your Memo


  1. Memo will be deleted by clicking "deleteMemo" button in right mouse button menu.
  2. You can remove memo by clicking "X" button in memo in memoboard.
  3. Click a line where memo is saved. Open the Command Pallet(Press ctrl+shift+P). Type "deleteMemo" and then press Enter. deletememo

Others


  • Current Extension only works on Mac OS
  • need VSCode Version 1.63 or over.
  • 한글 Readme

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published