The "toggle-quick-suggestions" extension for Visual Studio Code. This extension is designed to enhance your coding experience by allowing you to easily toggle the auto-suggestion feature, making it ideal for both learning and content creation.
Features
Learning Mode: Switch off auto-suggestions to challenge yourself or learners. Great for coding exercises and deepening understanding of programming languages without hints.
Content Creation: Keep your code presentation clean and distraction-free. Ideal for creating educational content and live coding sessions.
Ease of Use: Simply use the configured shortcut to toggle suggestions on or off, directly influencing the editor's behavior in real-time.
Extension Settings
This extension contributes to the following settings:
toggle-quick-suggestions.enable: Enable or disable the quick suggestions toggle feature.
Shortcut Key: Use a custom shortcut key to activate the extension (default is Cmd+Option+V on Mac and Ctrl+Alt+V on Windows/Linux).
Known Issues
Currently, no known issues. If you encounter any problems, please report them on the GitHub repository.
Release Notes
1.0.0
Initial release of "toggle-quick-suggestions".
Added the feature to toggle quick suggestions in the editor.
Enjoy coding with "toggle-quick-suggestions", enhancing your learning and teaching experience in Visual Studio Code!