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

cx

nowpark

|
214 installs
| (0) | Free
wrapping cx on all selected texts
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

cx wrapper README

Wrap selected word with cx().

'hello'
=>
cx('hello')

Features

Multiple selections of words are all wrapped with cx().

'hello', 'world'
=>
cx('hello'), cx('world')

In case the word is wrapped with cx() already, cx wrapper removes it.

'hello', cx('world')
=>
cx('hello'), 'world'

Release Notes

0.0.1 (2018/07/25)

Initial release


For more information

  • hyeonjae/vscode-extension-cx-wrapper

Enjoy!

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