BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage IDEs Content on InfoQ

  • .NET 3.5 SP 1 Released

    Service Pack 1 for .NET 3.5 and Visual Studio 2008 was released today. While called a "service pack", the sheer number of new features makes this release as significant as .NET 3.0. These include the controversial ADO.NET Entity Framework and the much demanded improvements to C#’s real-time syntax checker.

  • YARD - Code Metadata And Documentation Generation for Ruby

    YARD is an extensible tool to provide metadata about Ruby code using Javadoc-style meta tags. The metadata includes optional type annotations using either type names or structural type information. We look at YARD and how Merb and the Ruby In Steel IDE use similar approaches for optional type annotations.

  • "Squiggles" for C#

    With VS 2008 SP 1, C# has finally added error checking comparable to the continuous feedback VB developers have come to expect from their background compiler. Released under the name Live Semantic Errors or "Squiggles", it provides better design time error checking but only for open files.

  • Create Your Own VS Item Templates

    If you find yourself writing the same sort of class over and over again, custom item templates could be your solution. Shahar Y. shows how to create your own custom Visual Studio Item Templates.

  • Sharing Code Snippets

    When possible, commonly used code should be wrapped up in frameworks and libraries where you don't have to look at it. But when that's just not possible, we often have to turn to lengthy blocks of boilerplate code. Tools to make this less painful include Marckus's SnipPit and Bill McCarthy's Snippet Editor.

  • Storing Code in Queryable Data Structures?

    Is today’s mainstream use of flat files the optimal way to represent code? Several discussions occurred in the blogspace in reaction to Rick Minerich’s post advocating for moving away from this paradigm towards keeping code in queryable data structures. What are the advantages of this approach and what are the trade-offs to take into consideration?

  • Code Project Browser for VS 2005/2008

    SlickEdit has created an Add-On for Visual Studio that integrates with the popular site, The Code Project.

  • Heroku and Morph AppSpaces: two new solutions to Rails hosting

    Heroku and Morph Labs are Ruby on Rails hosting providers, offering a complete stack of software and easy to use interfaces to get your applications up and running in a few minutes. We talked to both parties to find out more about their offers.

  • Performance Problems Continue for VS 2008

    Like its predecessors, Visual Studio 2008 continues to have performance issues. Unlike VS 2003 and 2005, Microsoft is actively working on performance patches, if only you know where to look.

  • MonoDevelop reaches RTM

    Late last week the MonoDevelop team at Novell announced the RTM of MonoDevelop 1.0.

  • SharpDevelop 3.0 Enters Beta

    With the recent release of the .NET Framework version 3.5, a new release of SharpDevelop 3.0 is pending.

  • JRuby support in Ruby in Steel for Visual Studio

    SapphireSteel's Ruby in Steel IDE for Visual Studio just added another feature: JRuby support. This includes a new fast debugger for JRuby. We talked to Huw Collingbourne about this new feature.

  • Proposed VS 10 Features Released as a VS 2008 Add-On

    Microsoft has released a demo of potential Visual Studio 10 features as an extension for VS 2008. The features, collectively called PowerCommands for Visual Studio 2008, include the source code.

  • Major IntelliSense Changes Planned for VC++ 10

    Major changes are planned for IntelliSense in Visual C++ 10. These include a faster, more reliant parser and replacing the opaque NCB file with a SQL Server Compact database that can be browsed directly.

  • Erlang IDE on it's way to 1.0

    InfoQ interviewed Vlad Dumitrescu about the Erlang IDE, Erlide.

BT