Add command or hotkey to enable/disable syntax checking
See original GitHub issueSyntax checking feature works great and is very useful. I’ve never seen something similar in Sublime Text. But during writing code it is also very distracting, pointing to unfinished parts as an errors. And it’s not very convenient to change the setting rust_syntax_checking
every time.
So I propose to have a special command-palette command to switch the state of syntax checking.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Hotkey - Syntax & Usage - AutoHotkey
The Hotkey command creates, modifies, enables, or disables a hotkey while the script is running.
Read more >Visual Studio Code Key Bindings
Here you will find the complete list of key bindings for Visual Studio Code and how to change them.
Read more >Is there a keyboard shortcut to enable/disable "Common ...
So you should use shortcut Ctrl+Alt+E to open Exception and then set the exception manually. Besides, if you still want that feature to...
Read more >Keyboard shortcuts in Word - Microsoft Support
Add or remove space before the paragraph. Ctrl+0 (zero). Enable AutoFormat. Ctrl+Alt+K. Apply the Normal style. Ctrl+Shift+N. Apply the Heading 1 style.
Read more >Mac keyboard shortcuts - Apple Support
Command -K: Add a web link. Command-U: Underline the selected text, or turn underlining on or off. Command-T: Show or hide the Fonts...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@andrii-zymohliad this has now been released https://github.com/rust-lang/sublime-rust/releases/tag/v1.0.2
@andrii-zymohliad I’ve addressed this in https://github.com/rust-lang/sublime-rust/pull/122 Let me know if it works, it seems to work for me