Editorsk
Editorsk copied to clipboard
Feature Suggestion: C# String Encode
Installed product versions
- Visual Studio: 2015 Enterprise
- This extension: 1.0.18
Description
Add an C# String Encode
Steps to recreate
- Open any text file in the editor
- Make a selection on any range of text
- Mouse right click on the selection
- Choose "Encode Selection", then click the "C# String Encode" (suggested feature)
Current behavior
Don't have a "C# String Encode" feature.
Expected behavior
Add "C# String Encode" feature.
What should it do? Escape quotation marks or...?
Yes. Just escape the quotation marks or @. But there are two types of string.
- "xxxxx"
- @"xxxxx"
Maybe you can provide two types of string encode feature. Sometimes it just useful.
wonderful