Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>AsciiComment ExtensionNew to Visual Studio Code? Get it now.
AsciiComment Extension

AsciiComment Extension

xmxstudio

|
172 installs
| (0) | Free
Convert current line of text to ASCII art comments
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode Ascii Comment

what does it do?

it adds a hotkey to convert the selected line of text into an ascii art comment


how do i use it? usage

ctrl+shift+/



Example

this is my comment|  <-cursor on this line & ctrl+shift+/
import { blah } from blah
import { taco, burrito } from tacobell

turns into

// ┌─────────────────────────────────────────────────────┐
// │╺┳╸╻ ╻╻┏━┓   ╻┏━┓   ┏┳┓╻ ╻   ┏━╸┏━┓┏┳┓┏┳┓┏━╸┏┓╻╺┳╸   │
// │ ┃ ┣━┫┃┗━┓   ┃┗━┓   ┃┃┃┗┳┛   ┃  ┃ ┃┃┃┃┃┃┃┣╸ ┃┗┫ ┃    │
// │ ╹ ╹ ╹╹┗━┛   ╹┗━┛   ╹ ╹ ╹    ┗━╸┗━┛╹ ╹╹ ╹┗━╸╹ ╹ ╹    │
// └─────────────────────────────────────────────────────┘
import { blah } from blah
import { taco, burrito } from tacobell

Go to settings (ctrl + ,) and you can change the font used in toilet or change the entire command.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft