Skip to content

xoriath/Editorsk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Editor Enhancements

Build status

Download this extension from the VS Gallery or get the CI build.


Provides additional features such as HTML and URL encodings, transformations and sorting of selected text the editor.

Features

  • String encodings/decoding
  • String transformation
  • Hashing
  • Remove duplicate lines
  • Remove empty lines
  • Line sorting

Edit menu

The features are located in 3 menus under the top level Edit menu.

Edit menu

You can also find them in the context-menu inside the editor.

Encode Selection

This is a collection of various encodings and decodings primarily used in HTML and XML documents and strings.

Encoding menu

Transform Selection

Some simple commands to transform the selected strings.

Transform menu

It even has some popular hashing algorithms handy.

Selected Lines

This gives you easy access to sort the selected lines alphabetically, as well as removing empty- and duplicate lines.

Lines menu

Contribute

Check out the contribution guidelines if you want to contribute to this project.

For cloning and building this project yourself, make sure to install the Extensibility Tools 2015 extension for Visual Studio which enables some features used by this project.

License

Apache 2.0

About

A Visual Studio extension

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%