Hi ! Today post is about a Visual Studio Extension, one which makes you happy: Case Converter. The extension name is self descriptive, however: This extension allows you to convert code from PascalCase format to snake_case, or from snake_case for PascalCase format. Or event working with camelCase format. So, internally you mus define the formats…… Continue reading #Marketplace – Case Converter, useful for #developers discussions over a cup of coffee!
Tag: Code Editor
#Marketplace – Case Converter, ideal para discusiones de café (o cerveza!)
Hola! Hoy toca compartir una extensión de esas que te alegran el día: Case Converter. El nombre de la misma explica su función: Permite convertir código en formato PascalCase a snake_case, o de snake_case a PascalCase. O también a camelCase. Internamente funciona con un flujo de conversión que se puede definir en las settings. De…… Continue reading #Marketplace – Case Converter, ideal para discusiones de café (o cerveza!)
#JetBrains – Rider 2017.1 released!. A new multi-platform IDE to create .Net Apps
Hi ! It seems that it was yesterday when JetBrains share the news that they were going to create a .Net IDE (see References). If you use Visual Studio in any of its versions, you probably know ReSharper. Like every tool, he has his followers and his detractors, I’m in the 1st group. The native…… Continue reading #JetBrains – Rider 2017.1 released!. A new multi-platform IDE to create .Net Apps
#JetBrains – Rider 2017.1 ha sido liberado. Un nuevo IDE multiplataforma para crear .Net Apps
Hola! Parece que fue ayer cuando JetBrains dio la noticia de que iban a crear un IDE para C# (ver References). Si utilizas Visual Studio en cualquiera de sus versiones, seguramente conoces a ReSharper. Como toda herramienta, tiene sus seguidores y sus detractores, yo estoy en el 1er grupo. La forma nativa en la R#…… Continue reading #JetBrains – Rider 2017.1 ha sido liberado. Un nuevo IDE multiplataforma para crear .Net Apps
#VS2017 – #Hololens 2nd event and Git Diff Margin, amazing extension to check Git changes in the code editor margin
Hi! Todays is the 2nd Hololens event at Toronto, part of the HoloTour I’l share one extension I’ve found which is quite useful: Git Diff Margin This tools display the Git changes in the current file in the margin section of the Code Editor. We can also see some context and additional information like the original…… Continue reading #VS2017 – #Hololens 2nd event and Git Diff Margin, amazing extension to check Git changes in the code editor margin
#VS2017 – 2do evento de #Hololens y Git Diff Margin, extensión para ver los cambios en el editor, Preview del contenido original y otras funcionalidades
Hola! Hoy es el 2do evento de Hololens del HoloTour en Toronto Así que compartiré una extensión que uso desde hace tiempo y sobre la que me preguntaron hace unos días: Git Diff Margin Esta extensión nos muestra en el margen izquierdo del editor de texto de Visual Studio, las líneas que hemos modificado. Además,…… Continue reading #VS2017 – 2do evento de #Hololens y Git Diff Margin, extensión para ver los cambios en el editor, Preview del contenido original y otras funcionalidades
#VS2017 – Code Style configuration in Visual Studio 2017 IDE
Hello! A few months ago, before the official launch of Visual Studio 2017, one of the cool IDE innovations was the chance to define code style configurations to be applied in the IDE while we are coding apps. These configurations were stored in files named “.editorconfig”, and of course, the best way to learn on…… Continue reading #VS2017 – Code Style configuration in Visual Studio 2017 IDE
#VS2017 – Nuevas opciones de Code Style en el IDE
Hola ! Hace unos meses, antes del lanzamiento oficial de Visual Studio 2017, una de las novedades del IDE era la capacidad de definir configuraciones con las reglas de estilo de código que luego se aplicaban en el IDE. Estas configuraciones se realizaban en archivos llamados “.editorconfig”, la mejor forma de conocer estos archivos es…… Continue reading #VS2017 – Nuevas opciones de Code Style en el IDE
#VS2017 – About C# regions and now #Xaml regions also (What?!)
Hi ! If you are a C# Developer, for sure at some time you were part of the following conversation Regions YES / Regions NO There are plenty of different opinions on this (check references). If you need to group some parts of your code using regions, you maybe have a “big class”, so probably it’s time…… Continue reading #VS2017 – About C# regions and now #Xaml regions also (What?!)
#VS2017 – Sobre Regiones en C# y ahora en #Xaml (What?!)
Hola ! Si eres un C# Developer, seguramente en algún momento has participado de la discussión Regions SI / Regions NO Hay muchísimas opiniones al respecto (ver referencias). Es cierto que si tienes que agrupar algún tipo de elemento en regiones en una clase, es muy probable que la misma sea “demasiado grande”. O sea,…… Continue reading #VS2017 – Sobre Regiones en C# y ahora en #Xaml (What?!)