This extensions makes use of CustomCssJS.
Make sure its installed.
This extension contributes the following commands:
smearcursor.enable: Enable/Update the cursor effect.smearcursor.disable: Disable the cursor effect.
This extension contributes the following settings:
smearcursor.animation_time: Animation Timesmearcursor.animation_easing: Animation Easingsmearcursor.max_length: Max trail lengthsmearcursor.tip_shrink: How much the cursor tip shrinks when movingsmearcursor.tail_shrink: How much the cursor tail shrinks when movingsmearcursor.opacity: How Transparent the cursor is when movingsmearcursor.disable_when_selecting: Disable cursor when selecting textsmearcursor.blink_enabled: If the cursor should blink or notsmearcursor.blink_easing: Type of easing function used for the blink animationsmearcursor.blink_interval:How fast the cursor blinkssmearcursor.blink_delay: How long the cursor waits before starting to blink after moving
After installing run:
SmearCursor: Enable/Update
If you have troubles getting the css to run, refer to:
https://marketplace.visualstudio.com/items?itemName=be5invis.vscode-custom-css
Works best with: editor.cursorStyle": "block"
--
Users appreciate release notes as you update your extension.
Initial release of SmearCursor
Fixes
Adding move opacity
Fixed null entry in settings
Fixed null entry in settings (again..) Added easing options
Republish for README
Fix a woopsie doopsie
Removed opacity (buggy and not really nice to look at) Added more sensible defaults Only skew cursor when moving diagonally
added pull requests
Fixed blink speed calculation and added small delay after moving before the blink starts Added to readme and settings: smearcursor.disable_when_selecting smearcursor.blink_enabled smearcursor.blink_easing smearcursor.blink_interval smearcursor.blink_delay
