Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>thanhkitNew to Visual Studio Code? Get it now.
thanhkit

thanhkit

Pham Kieu Thanh

|
2 installs
| (0) | Free
Pham Kieu Thanh's VSCode extension
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

thanhkit

Some utils to make VSCode behave the way I want

Features

Copy

Extend the default copy behavior to copy text from the selection anchor to the cursor.

Command

thanhkit.smartCopy

Shortcut

Ctrl+c

How to use

  1. Move the cursor to the start of the text you want to copy
  2. Set the selection anchor (editor.action.setSelectionAnchor)
  3. Move the cursor to the end of the text (that you want to copy)
  4. Copy (Ctrl+c)

Cut

Extend the default cut behaviour to cut text from the anchor selection to the cursor.

Command

thanhkit.smartCut

Shortcut

Ctrl+x

How to use

  1. Move the cursor to the start of the text you want to cut
  2. Set the selection anchor (editor.action.setSelectionAnchor)
  3. Move the cursor to the end of the text
  4. Cut (Ctrl+x)

Delete lines

Extend the default delete line behaviour to delete from the anchor selection to the cursor.

Command

thanhkit.smartDeleteLines

Shortcut

Ctrl+Shift+k

How to use

  1. Move the cursor to the start of the text you want to delete
  2. Set the selection anchor (editor.action.setSelectionAnchor)
  3. Move the cursor to the end of the text
  4. Delete (Ctrl+Shift+k)

Requirements

None.

Extension Settings

None.

Known Issues

Calling out known issues can help limit users opening duplicate issues against your extension.

Release Notes

Users appreciate release notes as you update your extension.

0.0.1

Initial release of thanhkit

0.0.2

Add extension icon

License License: MIT

MIT


To publish

vsce package
vsce publish
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft