Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prasadbobby/vscode-smoothtype

This is a vscode extension of smooth cursor
https://github.com/prasadbobby/vscode-smoothtype

cursor smooth visual-studio-code vscode vscode-extension

Last synced: 20 days ago
JSON representation

This is a vscode extension of smooth cursor

Awesome Lists containing this project

README

        

# SmoothType for Visual Studio Code

> ## DEPRECATION NOTICE
> For all intents and purposes, this project is deprecated and archived. There will be no further development, and support is not guaranteed.
>
> Please use the new `editor.cursorSmoothCaretAnimation` option in your user settings; the primary and only feature of this extension has been cored. The only thing that VSC cannot do is change the animation duration, this extension can.

---

**This extension adds a smooth typing animation,
similar to MS Office and the Windows 10 Mail app.**

[![Downloads](https://img.shields.io/vscode-marketplace/d/prasadbobby.vscode-typosmooth.svg?style=for-the-badge)](https://marketplace.visualstudio.com/items?itemName=prasadbobby.vscode-typosmooth)
[![Rating](https://img.shields.io/vscode-marketplace/r/prasadbobby.vscode-typosmooth.svg?style=for-the-badge)](https://marketplace.visualstudio.com/items?itemName=prasadbobby.vscode-typosmooth)

**Get it from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=prasadbobby.vscode-typosmooth).**

**Note:** Please scroll down and read the section labeled [Important](#important).

---

## Preview

![Preview #1 GIF](images/preview.gif)

## Commands

* `SmoothType: Enable Animation`
* `SmoothType: Disable Animation`
* `SmoothType: Reload Animation`

## Uninstalling

When you uninstall the extension, you must run the `SmoothType: Disable Animation` command from the command palette (Ctrl+Shift+P) to revert changes in VS Code first.

Additionally, if you're using the extension for fixing VS Code's title bar as mentioned in the [Important](#important) section, you must also run `Fix Checksums: Restore` after `SmoothType: Disable Animation` and before uninstalling either extension.

## Configuration

```js
{
// Duration in milliseconds for the cursor to travel from one character position (or line) to the next.
"smoothtype.duration": 80,
// Ask before restarting after a command is successfully run.
"smoothtype.autoReload": false
}
```

After changing `smoothtype.duration`, you must run `SmoothType: Enable Animation`.

## Important

Because Visual Studio Code does not have an API for modifying the editor CSS, this extension modifies the core index file that is loaded by the Electron browser. After enabling Smooth Typing, the editor may complain that it is corrupt, and ask you to reinstall. This is perfectly normal, and perfectly safe. Just click the cog on the top of the notification and elect to not be shown this message again.

In the future I may implement the same functionality as that extension into SmoothType itself.

The last command may have a different filename, but there will be only one VSIX package in the directory.

After running those commands, run `Reload Window` and `Fix Checksums: Apply` in VS Code.

**After every update, the extension must either be reloaded or enabled again.**

You also have to restart Visual Studio Code after every reload or change.

## Developer






P r a s d   B o b by



Technology Keen | Web & Desktop Application Developer | Music Addict





Github |
LinkedIn |
Instagram






[email protected]