Txtic is a plugin for JetBrains IDEs dedicated to reduce repetitive work by using simple commands and the power of multiple cursors in JetBrains IDEs.
Get from Marketplace or Releases.
Default shortcut: ctrl + alt + X
.
r
/range
: incremental numbersa
: a to zA
: A to Zuuid
: generate uuid(lower case)UUID
: generate UUID(upper case)l
/lower
: to lower caseu
/upper
: to upper casedf
/del_first
: delete first specified strda
/del_all
: delete all specified strrf
/rep_first
: replace first specified strra
/rep_all
: replace all specified strp
/paste
: paste the first line of text from the clipboardrp
/repeat
: repeat strpangu
: beautify textp2m
: convert method parameters to map(useful for Python)myip
: get my public IP address(network required)carbon
: open the selected code in https://carbon.now.sh (support custom url)
If you would like to know more about how Txtic can help you out, check out our wiki.
See https://github.com/asmoker/txtic/blob/master/CHANGELOG.md
- Camel Case: CamelCasePlugin for IDEA IDEs.
- Text-Pastry: Extend the power of multiple selections in Sublime Text.
- Pangu.java: Paranoid text spacing for good readability, to automatically insert whitespace between CJK (Chinese, Japanese, Korean), half-width English, digit and symbol characters.
- idea-carbon-now-sh: IntelliJ IDEA plugin to open the selected code in https://carbon.now.sh
- JetBrains for providing us with All Products Pack licenses.
The MIT License (MIT)
Copyright (c) 2023 asmoker, https://github.com/asmoker/txtic
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.