Skip to content

adam0x01/orderly

Repository files navigation

Logo

Orderly

This extension can help you to generate the sequence number for your text.

Visual Studio Marketplace Version

Quick start

  1. In the VS Code editor, select the content that you want to add teh sequence number.
  2. Press Ctrl+Shift+P(Win) or Command+Shift+P(MacOS) to invoke Command Palette in VS Code.
  3. Type Orderly in the input filed, three commands will appear and select the proper command(Please refer to the below table for command usage).

Commands in Command Palette

Commands Demo
Orderly: add sequence (multiple cursors) cmd1_demo1
Orderly: add sequence (single selection) cmd2_demo1
Orderly: re-generate order cmd2_demo1

Run locally

# Step 1 (compile the file to dist folder)
npm run compile-web

# Step 2
Go to VS Code debug mode, run "Run Web Extension"

Publish

# Step 1
npm run vscode:prepublish

# Step 2
vsce publish VERSION_NUMBER

Release Notes

[0.0.4] - 2022-10-03

[0.0.3] - 2022-09-26

  • Initial release

Enjoy!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published