PBDesk
PBDesk

Reputation: 103

Visual Studio 2013 RC Professional CodeLens not showing up

I have installed Visual Studio 2013 RC Professional but i am not seeing codelens feature working. Even tried looking for Tools -> Options -> Text Editor -> All Languages -> Code Information Indicators but "Code Information Indicators" option is totally missing.

Any help how can i see codelens in VS2013 RC Prof?

Upvotes: 0

Views: 3500

Answers (1)

glautrou
glautrou

Reputation: 3198

You need Visual Studio 2013 Ultimate with Team Foundation Server 2013.

To use this feature you will need Visual Studio 2013 Preview and Team Foundation Server 2013 Preview as some information comes from TFS.

and:

Here's what you’ll need:

  • Visual Studio Ultimate 2013 to find references

  • Team Foundation Server 2013 to find changesets, code review requests, and different kinds of work items

Source

This article will tell you the same.

You can download Team Foundation Server here.

Upvotes: 10

Related Questions