[#VS11] CodeMaid: Excellent extension with the 3 things that you always need


image

Buenas,

those who know me know that I am a staunch enemy of the mouse. Eye! This does not mean that he is a friend of the touch, but rather than attempt to always work with keyboard shortcuts.

So was that a couple of days ago I installed an extension in Visual Studio called CodeMaid, but it wasn’t until yesterday that I had the opportunity to use it. In fact, one of the keyboard shortcuts for keyboard "stepped" with another that I use and there I realized that had the installed extension.

I’ve been 2 days and the truth is that CodeMaid, I like. I like it because it is free, because it is open source, because it points to simple but effective things and because it works on the latest 4 updates for Visual Studio.

image

For example, has struck me how well it works the "Cleanup" option. This action is responsible for "clean" our code looking for details as

  • unused using statements
  • removes unnecessary whitespace
  • delete consecutive blank lines
  • etc.

So I’ve implemented a couple of files that I knew that they had room for improvement, and it has done really well.

Another option that I like is "Reorganize" a class. This option reorganizes the code of a class based on the specifications of StyleCop. If we then execute the analysis of StyleCop, we will see that it takes us much work above.

Note: recalls that in Avanade Spain , is highly probable that you touch pass a review with StyleCop as mandatory for the coding style rule.

Finally, an action which I think is great. The ability to switch between related files. As usual we usually do when edit WPF between the XAML and the XAML.cs

image

As well, only emphasize those 3 things although I know has more. CodeMaid has been worth for 2 days of work.

Meanwhile, I shall return to activate ReSharper and will work with it that gives me the same options Sonrisa and know him much better.

Download: http://www.codemaid.net/

 

Saludos @ Home

El Bruno

image image image

[#VS11] CodeMaid: Excelente extensión con las 3 cosas que siempre te faltan


image

Buenas,

los que me conocen saben que soy un enemigo acérrimo del mouse. Ojo! eso no significa que sea un amigo de lo táctil, sino más bien que intento siempre trabajar con atajos de teclado.

Así fue que hace un par de días me instalé una extensión en Visual Studio llamada CodeMaid, pero no fue hasta ayer que tuve la oportunidad de utilizarla. En realidad, uno de los atajos de teclado de teclado “se pisó” con otro de los que utilizo y ahí me di cuenta de que tenía la extensión instalada.

Llevo 2 días y la verdad es que CodeMaid, me gusta. Me gusta porque es gratis, porque es de código abierto, porque apunta a cosas sencillas pero efectivas y porque funciona en las últimas 4 versiones de Visual Studio.

image

Por ejemplo, me ha llamado la atención lo bien que funciona la opción “Cleanup”. Esta acción se encarga de “limpiar” nuestro código buscando detalles como

  • sentencias using no utilizadas
  • elimina espacios en blanco no necesarios
  • elimina líneas en blanco consecutivas
  • etc.

Lo he ejecutado en un par de ficheros que sabía que tenían margen de mejora y lo ha hecho realmente bien.

Otra opción que me gusta es “Reorganize” una clase. Esta opción reorganiza el código de una clase basado en las especificaciones de StyleCop. Si luego ejecutamos el análisis de StyleCop, veremos que nos saca mucho trabajo de arriba.

Nota: Recuerda que en Avanade Spain, es altamente probable que te toque pasar una revisión con StyleCop como regla obligatoria para el estilo de código.

Finalmente, una acción que me parece genial. La capacidad de cambiar entre archivos relacionados. Lo más usual que solemos hacer cuando editamos WPF entre el XAML y el XAML.cs

image

Pues bien, solo remarcar esas 3 cosillas aunque sé que tiene más. CodeMaid ha merecido la pena para los 2 días de trabajo.

Mientras, volveré a activar ReSharper y trabajaré con el mismo que me da las mismas opciones Sonrisa y lo conozco bastante mejor.

Descarga: http://www.codemaid.net/

Saludos @ Home

El Bruno

image image image