mirror of
https://github.com/viatsko/awesome-vscode.git
synced 2024-12-26 07:39:39 -05:00
Merge pull request #269 from WaylonWalker/add_ascii_tree_generator
Add ascii tree generator
This commit is contained in:
commit
5c89461786
@ -116,6 +116,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/
|
||||
- [Seti-UI](#seti-icons)
|
||||
- [Material-Icon-Theme](#material-icon-theme)
|
||||
- [Uncategorized](#uncategorized)
|
||||
- [Ascii Tree Generator](#ascii-tree-generator)
|
||||
- [Browser Preview](#browser-preview)
|
||||
- [Carbon-now-sh](#carbon-now-sh)
|
||||
- [Code Runner](#code-runner)
|
||||
@ -810,6 +811,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you
|
||||
|
||||
# Uncategorized
|
||||
|
||||
## [Ascii Tree Generator](https://marketplace.visualstudio.com/items?itemName=aprilandjan.ascii-tree-generator)
|
||||
|
||||
> A VS Code extension to generate ascii tree of directories or format selected text to tree strings.
|
||||
|
||||
![Ascii Tree Generator Demo](https://raw.githubusercontent.com/aprilandjan/ascii-tree-generator/master/images/text.gif)
|
||||
|
||||
## [Browser Preview](https://marketplace.visualstudio.com/items?itemName=auchenberg.vscode-browser-preview)
|
||||
|
||||
> Browser Preview for VS Code enables you to open a real browser preview inside your editor that you can debug. Browser Preview is powered by Chrome Headless, and works by starting a headless Chrome instance in a new process. This enables a secure way to render web content inside VS Code, and enables interesting features such as in-editor debugging and more!
|
||||
|
Loading…
Reference in New Issue
Block a user