Skip to content
| Marketplace
Sign in
Visual Studio>Tools>HandyTools

HandyTools

Preview

taqu29

|
44 installs
| (0) | Free
Some tools for editing codes

Overview

Some tools for code editing.

Features

  • Unify file's line feed
  • Unify file's character encoding
  • Full-text search
    • This is experimental feature on developing. The spec will change, it may have incompatibles.
  • Others
    • Load settings from a file. Able to use an individual setting for each projects.

Settings

Settings.jpg

Category Item Description Default
General
Load Setting Files Load settings from a file true
Unify Encoding
Encoding Character encoding for unifying UTF8
Unify Line Feed
C/C++ Line feed for C/C++ LF
CSharp Line feed for C# LF
Others Line feed for other text format LF

Setting File

Try to find a setting file,

  1. From the directory of the focused file
  2. Search _handytools.xml
  3. If the current directory don't have ".git" or ".svn", move to upper directory and repeat from 2.

An example setting file "_handytools.xml" is below,

<?xml version="1.0" encoding="utf-8"?>
<HandyTools>
    <UnifyLineFeed>
        <Code lang="C/C++">
            LF
        </Code>
        <Code lang="CSharp">
            CRLF
        </Code>
        <Code lang="Others">
            LF
        </Code>
    </UnifyLineFeed>
    <UnifyEncoding>
        <Encoding>UTF8</Encoding>
    </UnifyEncoding>
</HandyTools>

Release

  • v.0.4.0
    • Add a search window menu
  • v.0.3.0
    • Fix failures on loading settings
  • v.0.2.0
    • Add full-text search
  • v.0.1.0
    • Initial release
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft