We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf1024 commit f25bf4cCopy full SHA for f25bf4c
1 file changed
readme.md
@@ -23,3 +23,10 @@ When navigating through an object using numpad7 or numpad9, the addon checks for
23
The space is ignored, for the plus or minus a sound is played, to make addition/deletion easy to identify.
24
25
The sounds are taken from vscode, they are also slightly modified (a small amount of silence at the beginning and end is cut off).
26
+
27
+### Line length checking
28
+This feature allows to find out the length of the line under cursor, it can be useful when formatting code or any other text.
29
+Gesture is unassigned by default.
30
31
+---
32
+All passive features, like space folding, is disabled by default, they could be enabled in addon settings.
0 commit comments