Skip to content

BatchFormat is a Visual Studio Extensions, Code Batch Format Tool Areas: Solution, Project, Folder, File. Function: Remove, Sort, Using, Format Document, and more combinations. with vs2010 & vs2012 & vs2013 & vs2015

License

Notifications You must be signed in to change notification settings

yongfa365/BatchFormat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppVeyor CI

Introduction

BatchFormat is a Visual Studio extensions.

It can batch format *.cs file on these areas: Solution, Project, Folder, File.

Function:

Remove, Sort, Using, Format Document, and more combinations.

Support:

Visual Studio 2010, 2012, 2013, 2015.

Building from Source:

Now this project can be edited in VS 2015 Community, Professional or Enterprise. To build with older versions, you will need to install Roslyn package:

Install-Package Microsoft.Net.Compilers

# Note that in this case, the editor will show the C#6
# syntax as invalid, but the compiler will continue to work.

Screenshot:

Preview 1

Preview 2

src debug:

http://stackoverflow.com/questions/24653486/how-to-debug-a-vsix-project

  • Open a Visual Studio instance for development. Load up the solution.
  • Make some changes, build.
  • Install the .vsix (double clicking the vsix file in \bin\debug)
  • Launch a new Instance of Visual Studio for testing.
  • In the Dev Visual Studio, Debug -> Attach to Process and select devenv.exe
  • In the Dev Visual Studio, set some break points.
  • In the Test Visual Studio, create / open new solution and start test coding.

About

BatchFormat is a Visual Studio Extensions, Code Batch Format Tool Areas: Solution, Project, Folder, File. Function: Remove, Sort, Using, Format Document, and more combinations. with vs2010 & vs2012 & vs2013 & vs2015

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages