In Memoboard, you can see your all memos or memos filtered by file.
How to make Memo
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).
In menus, find codeMemo and click createMemo.
New memo creator will be shown besides your viewColumn.
Write your memo in notes and click "Save" button.
Your memo will be added in memoBoard.
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.
Ways to go to memoBoard
MemoBoard will be shown by clicking "codeMemo" icon in right side of Status Bar.
You can click "goToMemo" button after put your cursor on the code a memo saved in
You can open "memoBoard.memo" file in root/.vscode to show your memoBoard.
You can go to memoBoard after you click "goToMemo" in right mouse button menu.
Click a line where memo is saved. Open the Command Pallet(Press ctrl+shift+P). Type "goToMemo" and then press Enter.
Ways to delete your Memo
Memo will be deleted by clicking "deleteMemo" button in right mouse button menu.
You can remove memo by clicking "X" button in memo in memoboard.
Click a line where memo is saved. Open the Command Pallet(Press ctrl+shift+P). Type "deleteMemo" and then press Enter.