Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reformat source using CodeMaid #225

Closed
shytikov opened this issue Aug 28, 2015 · 3 comments
Closed

Reformat source using CodeMaid #225

shytikov opened this issue Aug 28, 2015 · 3 comments

Comments

@shytikov
Copy link
Contributor

CodeMaid is open source extension to Visual Studio, that helps keep source code formatting consistent and sane.

It would be very nice to have XTB files to checked with CodeMaid this will unify styling in all source files and will reformat them using same standards.

Why it's matters?

Mostly because ease of reading and understanding what source code does. All methods, fields and properties will be grouped, sorted alphabetically and surrounded with regions. Unused using will be automatically removed. Everyones' code will look in the same logical and structural manner, so it will be easy to dig through it, understand what's going on and how to fix it.

@rappen
Copy link
Collaborator

rappen commented Aug 28, 2015

Is it possible to specify this per project/solution in VS?
If not, it will also affect all customers and projects for all XTB developers, which is hardly acceptable...
Can we "trust" CodeMaid for the future?
Can CodeMaid co-esist with Resharper and other plugins, as they have overlapping functionality?

@shytikov
Copy link
Contributor Author

CodeMaid do not run automatically, you need to explicitly ask for reformatting of file or group of files.

CodeMaid looks like more stripped version of ReSharper. Not as much powerful, but not as much big and slow. It's free, so anyone can get a copy. It integrates seamlessly to Visual Studio, so its presence is not noticeable. No changes in existing key shortcuts or colorful menus everywhere.

CodeMaid

CodeMaid is quite easy to resources, it does not monitor your code all the time as ReSharper does, so you will not notice any difference in performance.

I'm not using ReSharper so I don't know how they co-exist. But there is no mess with other plugins.

CodeMaid is Open Source... So it gets more credit for that from me personally 👍

@MscrmTools
Copy link
Owner

I'm using it now along with Resharper without any problem.
We sure can do this as it does not change anything in code behavior

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants