주석을 선택하고 Ctrl+Shift+M 을 눌러 툴팁을 지정할 수 있는 Visual Studio Code 확장입니다.
사용법
- 아무 코드 파일에서
// TODO: ... 같은 주석을 선택합니다.
- Ctrl+Shift+M 을 누르면 툴팁 입력창이 나타납니다.
- 입력한 툴팁은 주석 위에 마우스를 올리면 표시됩니다.
This is a Visual Studio Code extension that lets you specify a tooltip for a comment by selecting it and pressing Ctrl+Shift+M.
Usage
- Select a comment like
// TODO: ... in any code file.
- Press Ctrl+Shift+M to display the tooltip input field.
- The entered tooltip will appear when you hover your mouse over the comment.
| |