visual-studio-codehyperterminalhyperterm

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


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


Solution

  • 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)