You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,20 +127,21 @@ Glyph fits beautifully into your editor whether you’re in light mode or dark.
127
127
128
128
1. Open any source code file in Visual Studio Code.
129
129
2. Add a comment using a supported or custom keyword:
130
+
3. Make sure to start with @ before your keyword.
130
131
131
132
```js
132
-
// Todo: Refactor the login logic
133
+
//@Todo: Refactor the login logic
133
134
134
-
// Custom_Keyword: Use any Keyword you Want and the extension will automatically highlight the keyword
135
+
//@Custom_Keyword: Use any Keyword you Want and the extension will automatically highlight the keyword
135
136
136
-
// Improve: Use any Comment accoding to the Language
137
+
//@Improve: Use any Comment accoding to the Language
137
138
138
-
// Support: Support All languages - Python, java, js, php... (Just use their comment, like for python use #, Java //, js //, html <!---->, css /**/...).
139
+
//@Support: Support All languages - Python, java, js, php... (Just use their comment, like for python use #, Java //, js //, html <!---->, css /**/...).
139
140
```
140
141
141
-
3. Open the Glyph sidebar by clicking its icon.
142
-
4. View, mark as done, undo, delete, or filter tasks with ease.
143
-
5. You can define any keyword in any file type — Glyph automatically detects the correct comment style.
142
+
4. Open the Glyph sidebar by clicking its icon.
143
+
5. View, mark as done, undo, delete, or filter tasks with ease.
144
+
6. You can define any keyword in any file type — Glyph automatically detects the correct comment style.
0 commit comments