A Visual Studio Code extension that lets you apply blur effects to selected code sections. This helps during the learning process by allowing you to gradually reduce blur as you understand code sections better.
Features
Apply blur effects to selected code with customizable intensity (0-1)
Control blur intensity via sidebar UI and context menu
Store and restore blur positions when reopening files
Customizable blur levels for different code sections
Visual indication of blurred regions
Usage
Applying Blur
Select a the code blur from the sidebar
Select the code you want to blur
click on apply blur in the sidebar
Controlling Blur
Use the sidebar controls to:
Apply blur to selected text
Remove blur from selected text
Increase/decrease blur intensity
Clear all blur effects
Alternatively, use the context menu options when text is selected:
"Apply Blur Effect"
"Remove Blur Effect"
"Increase Blur Intensity"
"Decrease Blur Intensity"
Tracking Progress
As you understand code sections better, gradually decrease the blur intensity until you no longer need the blur effect.
Extension Settings
This extension doesn't add any VS Code settings yet.
Keyboard Shortcuts
No default keyboard shortcuts are provided, but you can add your own by customizing keybindings.json: