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

Text

HungVo

|
40,282 installs
| (3) | Free
Utilities for text , line , number , obd ....
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

#README

Features

Text Utilities

  • upper case : [hteXt] -> [HTEXT]
  • lower case : [hteXt] -> [htext]
  • invert case : [hteXt] -> [HTExT]
  • proper case : [hteXt] -> [Htext]

line Utilities

  • sort A-Z:
 
[abc]          [abc]
[efg]	->	   [efg]
[cde]		   [dec]
  • sort Z-A :
 
abc				 efg
efg		->		 cde
cde				 abc
  • Remove Dupplicate lines
abc  	 		abc
abc   ->		efg
efg				cde
cde
efg
  • remove blank line
abc				abc
[Blank]		->	efg
efg				cde
cde

Number

* Clean Hex : make array hex as format :     ->  
* hex to ascii : [32 33 41 34] -> [23A4]

OBD Utilties

* DTC : Hex to SAE
   12 34 12 35 2245 >> 
                      ---------------
                      P1234 
                      P1235
                      P2245
* DTC : SAE to Hex 
   P1234 P1236 P4567 >> 12 34 12 36 45 67

* Calculate check sum :
   + CS : get checksum 1 byte as ISO1941 , KWP2000
   + CS - CRC J1850 : get checksum crc of obd2 protocol PWM and VPW
   + CS - Invert : Get checksum invert 
   + CS - 2 Byte : Get checksum with format 2bytes

Requirements

If you have any requirements or dependencies, add a section describing those and how to install and configure them.

Extension Settings

Known Issues

Release Notes

Users appreciate release notes as you update your extension.

1.0.0

Initial release of htext

For more information

  • [https://github.com/vinahitek/htext]

Maintainers

hungvo - [tanhung2010@gmail.com]

Enjoy!

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