JetBrains

Showing posts with label JetBrains. Show all posts

You might have already hear about Clippy. Yea, that’s the Office Assistant that we had in those days. In earlier office versions it helped us with many quick tips to complete the job easily, having some nice animations. If you are fond of it and want to use it in your development environment, there is a cool ReSharper extension for Visual Studio.

 

Recently I came across it and thought to share with you more details about the extension as well as some snaps and the process to install it. The extension is also available as opensource project on GitHub. Continue reading to know more.

Published by on under JetBrains | Office

Team JetBrains released the RTM version of ReSharper 9.0, a very popular productivity tool for the developers using Visual Studio IDE. The new release supports Visual Studio 2015 Preview and C# 6.0, along with many other new features and improvements.

 

In this post, going to share the 30-day trial version link which you can download to try the new bits. Also sharing the link towards the features. Continue to read more.

Published by on under .Net | CSharp

Today in this blog post, I will cover all the Keyboard Shortcuts of ReSharper 7 in default Visual Studio scheme. JetBrains recently released their new version of ReSharper with lots of new features and enhancements which generally improve application development productivity.

 

If you are new to ReSharper or just upgraded to ReSharper 7, this post will definitely help you to bookmark the keyboard shortcuts in front of your desk.

Published by on under JetBrains | ReSharper

JetBrains released a new Decompiler and Assembly Browser named “dotPeek” for .NET Application Developers. It is a FREE productivity tool which decompiles .NET 1.0 - .NET 4.5 assemblies to C# code and has support for .dll, .exe, .zip, .vsix, .nupkg, and .winmd files. It has many features like Quick jump, Effortless navigation, Support for downloading code from source servers and many more.

 

Continue reading the post to know details about the features and find the downloadable links. I have also embedded one video describing the features published by JetBrains.

Published by on under .Net | dotPeek