Skip to content

ObayM/vscode-ascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 1, 2026
04a82d8 · · May 1, 2026

History

2 Commits
May 1, 2026
May 1, 2026
May 1, 2026
May 1, 2026
May 1, 2026
May 1, 2026
May 1, 2026
May 1, 2026

Repository files navigation

ASCII Art

Turn your code comments into cool art.


What does it do?

Highlight any text in your editor, run the command, and it will be converted to a cool ASCII Art

How to use

  1. Highlight any word
  2. Press Ctrl+Shift+P
  3. Press Generate ASCII Art from Selection

Example

Before:

HelloWorld

After:

/*

  _   _          _   _        __        __         _     _ 

 | | | |   ___  | | | | ___   \ \      / /  ___   | | __| |

 | |_| |  / _ \ | | | |/ _ \   \ \ /\ / /  / _ \  | |/ _` |

 |  _  | |  __/ | | | | (_) |   \ V  V /  | (_) | | | (_| |

 |_| |_|  \___| |_| |_|\___/     \_/\_/    \___/  |_|\__,_|

*/

Enjoy