How can I get VS code terminal cursor particle effects when typing?

4.8k Views Asked by At

Can you tell me how to give below kind of effect to the VS code terminal cursor? It is really nice effect :)

VS code terminal cursor effect

1

There are 1 best solutions below

4
Paul Halliday On BEST ANSWER

To use a block cursor inside of VS Code, add the following to your VS Code preferences:

"editor.cursorStyle": "block"

The splash effect comes from the Hyper Terminal plugin hyperpower:

hyperpower (Git)

Introduction to Hyper Terminal (Video)