VS Code Extensions
Filex & uText

Filex & uText

by 4vStudio

A collection of text utilities: case transforms, encode/decode, filename copy, trimming, number to text

Downloads

0

Rating

(0)

Version

0.0.3

Last updated

Jul 13, 2026

A collection of text utilities for VS Code: case transforms, encoding/decoding, filename copy, trimming, number to text, and more.


Features

uText — String/Text transforms

Case transforms

Command Input → Output
uText: UPPER CASE hello worldHELLO WORLD
uText: lower case HELLO WORLDhello world
uText: Capitalize Each Word hello worldHello World
uText: camelCase tôi là ai, anh là tôitôiLàAi,AnhLàTôi
uText: PascalCase hello_worldHelloWorld
uText: Sentence case tôi là ai. tôi không phải anhTôi là ai. Tôi không phải anh
uText: tOGGLE cASE Hello WorldhELLO wORLD

First character

Command Input → Output
uText: F C W B (First char with space) hello worldh w
uText: Fcwb (First char no space) hello worldhw

Trimming / Remove

Command Input → Output
uText: Trimming Space hello world hello world
uText: RemoveSpace h e l l ohello
uText: Remove newline hello\nworld\r\n!helloworld!
uText: Remove duplicate newline a\n\n\nba\nb
uText: Remove non-ASCII Tôi là anhTi la anh
uText: Remove ASCII Tôi là anhôàa

Encode / Decode

Command Input → Output
uText: Base 64 Encode HelloSGVsbG8=
uText: Base 64 Decode SGVsbG8=Hello
uText: URL Encode q=tôiq%3Dt%C3%B4i
uText: URL Decode q%3Dt%C3%B4iq=tôi
uText: Full URL Encode hello world?q=tôihello%20world?q=t%C3%B4i
uText: Full URL Decode hello%20world?q=t%C3%B4ihello world?q=tôi
uText: Unicode Escape \u2713
uText: Unicode Unescape \u2713
uText: MD5 Encode hello5d41402abc4b2a76b9719d911017c592

Convert

Command Input → Output
uText: Unicode to ASCII tiếng việttieng viet
uText: Text to Hex ABC414243
uText: Hex to Text 414243ABC
uText: Number to text EN 123one hundred twenty three
uText: Number to text VI 123một trăm hai mươi ba

Filex — Filename copy

Command Description
Filex: Copy Filename Copy filename from Explorer or tab
Filex: Copy Filename Without Extension Copy filename without extension
Filex: Copy Filename of Active File Copy filename of current file
Filex: Copy Filename Without Extension of Active File Copy filename (no ext) of current file

Usage

Context Menu (Right-click)

In editor: right-click → uText ▸ or Filex ▸ In Explorer or tab title: right-click → Filex ▸

Command Palette

Press Ctrl+Shift+P, type uText: or Filex: to see all commands.

Selection

For text transforms, select text → right-click → uText ▸ → choose command. The selected text is replaced in-place.


Requirements

  • VS Code 1.96.0 or later

Extension Settings

This extension contributes no settings.


Known Issues

  • None

Release Notes

0.0.1

Initial release:

  • 28+ uText commands (case, transform, encode/decode, trim, convert)
  • 4 Filex filename copy commands with context menu support
  • Submenu organization (uText & Filex)
  • Full Unicode, URL, Base64, MD5, Hex support

License

MIT

Related extensions