This extension can help you to generate the sequence number for your text.
- In the VS Code editor, select the content that you want to add teh sequence number.
- Press
Ctrl+Shift+P(Win)
orCommand+Shift+P(MacOS)
to invokeCommand Palette
in VS Code. - 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 | Demo |
---|---|
Orderly: add sequence (multiple cursors) | |
Orderly: add sequence (single selection) | |
Orderly: re-generate order |
# Step 1 (compile the file to dist folder)
npm run compile-web
# Step 2
Go to VS Code debug mode, run "Run Web Extension"
# Step 1
npm run vscode:prepublish
# Step 2
vsce publish VERSION_NUMBER
- [Added] Support VS Code Web mode(https://vscode.dev/)
- Initial release
Enjoy!