Hello! You remember Bing Code Search? This addin which allowed you to search code on the internet and then insert it into your app C#? (I talked a little bit about the same in this post). Well, Flow is based on the same idea, and feel me that is a little more robust. For example,…… Continue reading [#VS2013] Flow, another code search plugin for VS IDE (even better!)
Category: Visual Studio 2010
[#VS2013] Flow, buscando codigo dentro del IDE (aun mejor que antes!)
Hola! Recuerdas a Bing Code Search? Ese addin que te permitía buscar código en internet y luego insertarlo dentro de tu app C#? (hablé un poco sobre el mismo en este post). Pues bien, Flow se basa en la misma idea, y me da la sensación de que es un poco más robusto. Por ejemplo,…… Continue reading [#VS2013] Flow, buscando codigo dentro del IDE (aun mejor que antes!)
[#UNITY3] Finally, UnityVS available for download
Hello! I only a 5 minute gap in front of the computer until a massive headache starts killing me, so that’s why I’m making the the post even shorter. So abstract and topic. A few days ago I mentioned that MS had bought the creators of UnityVS, a piece of plugIn that allows you to…… Continue reading [#UNITY3] Finally, UnityVS available for download
[#UNITY3] Ahora si, UnityVS disponible para descargar
Hola! Esto de tener solo 5 minutos frente al ordenador sin que me muera del dolor de cabeza, hace que los post sean cada vez más cortos. Así que resumen y al grano. Hace unos días comenté que MS había comprado a los creadores de UnityVS, un pedazo de plugIn que permite desarrollar apps para…… Continue reading [#UNITY3] Ahora si, UnityVS disponible para descargar
[#RESHARPER] ReSharper 8.2 ready to download!
Hola! Pues eso, que hoy se ha liberado la versión 8.2 de Resharper. No tiene grandes novedades, se incluye el soporte para TypeScript y una pila de mejoras de rendimiento y bug fixing. Al momento de instalarlo, veo que es un upgrade para VS2012 y VS2013 Eso sí, eliminando las versiones anteriores Y al cabo…… Continue reading [#RESHARPER] ReSharper 8.2 ready to download!
[#VS2013] HowTo: Share Toolbox Code Snippets (not the usual code snippets)
Hello! Do you remember the post where I talked about how to generate Code Snipets and store them in the IDE Toolbox? If you do not remember, a 5 second video resume: There is a moment in every developers life when dev buddy asks you to share these code snippets. The way to do it…… Continue reading [#VS2013] HowTo: Share Toolbox Code Snippets (not the usual code snippets)
[#VS2013] HowTo: Compartir Toolbox Code Snippets (no son los code snippets que conoces)
Hola! ¿Rcuerdas el post donde comentaba cómo generar Code Snipets y guardarlos en la Toolbox? Si no te acuerdas, pues lo mejor es un video de 5 segundos. Pues bien, puede llegar el momento en que el que un dev buddy te pida que compartas esos code snippets. La forma de hacerlo es bastante simple.…… Continue reading [#VS2013] HowTo: Compartir Toolbox Code Snippets (no son los code snippets que conoces)
[#VS2013] HowTo: Reset the IDE Toolbox in BadAss mode
Hello! Today’s tip is only for the brave and bold, in wrong hands it can leave to a non working dev environment, so feel free to stop read right now. Ok, you’re brave and bold, let’s move on. If you want to reset the Toolbox controls, you have the the option “Reset Toolbox” in the…… Continue reading [#VS2013] HowTo: Reset the IDE Toolbox in BadAss mode
[#VS2013] HowTo: Resetear la toolbox del IDE en modo animal desbocado
Hola! Hoy toca un tip de esos que mejor no darlos, porque en malas manos puede dejarte sin entorno de trabajo. La forma habitual de resetear los controles del Toolbox es con la opción “Reset Toolbox”, y luego hay una mucho más bruta. Ir al directorio “C:\Users\<user>\AppData\Local\Microsoft\VisualStudio\12.0\” y eliminar los archivos: toolbox.tbd toolbox_reset.tbd toolboxIndex.tbd toolboxIndex_reset.tbd…… Continue reading [#VS2013] HowTo: Resetear la toolbox del IDE en modo animal desbocado
[#RESHARPER] Very fast implementation of INotifyPropertyChanged with #ReSharper
Hello! If you have ever worked with WPF, Silverlight, Windows Phone or Windows 8 (and its updates), surely you know the interface INotifyPropertyChanged. Therefore yesterday creating classes on the fly, I find ReSharper helps us a lot if we work with this interface. First we can implement the interface with a single click and then…… Continue reading [#RESHARPER] Very fast implementation of INotifyPropertyChanged with #ReSharper