Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Bat ToolsNew to Visual Studio Code? Get it now.

Bat Tools

toramameseven

|
466 installs
| (0) | Free
Provide outline v0.0.1.3
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Bat tools README

Bat tools

This is the Bat tools.

  • Create outline from bat comments

Requirement

  • Windows 10

Features

  • Create outline for a bat file.

    Comment '@rem # outlineXXX ' is collected for outline.

Settings

  • Outline: fileType

    default type is "bat". if others you want, separate extensions with comma. ex. "bat,txt,log"

  • Outline: Indexing Word

    ^\s*(::|REM|@REM)\s*(#+)\s*(.*) is default setting. 3rd match is title, second match is for indexing.

  • Outline: Is Hierarchy

    If On, support outline hierarchy.

How to build

https://code.visualstudio.com/api/working-with-extensions/publishing-extension

npm install -g vsce
vsce package --target win32-x64
vsce publish

Acknowledgements

We use the following modules. Thank you very much.

see modules

Create by license-report

Release Notes

see change log

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft