Skip to content

VS Code Extension to create Ascii Comments based via toilet on linux

License

Notifications You must be signed in to change notification settings

xmxstudio/AsciiComment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

VS Code Extension to create Ascii Comments based via toilet on linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published