Skip to content

Commit 0b99270

Browse files
committed
Issue #7: Add the description for brute_mode into README.
1 parent cf3fd5c commit 0b99270

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,18 @@ You can run a command with the command palette (ctrl/cmd + shift + p).
3333

3434
Or, you can use the context menu item `Show definition` to open the definition popup.
3535

36+
### Brute mode
37+
38+
Additionally, you can use a mode named `brute_mode` with which the package tries to generate a popup aggressively every time when you move your mouse cursor. With the mode enabled, you don't need to call the command.
39+
40+
Of course, the mode is disabled by default. You can enable it through the package settings:
41+
42+
```json
43+
{
44+
"brute_mode": true
45+
}
46+
```
47+
3648
## License
3749

3850
Licensed under the MIT license.

0 commit comments

Comments
 (0)