Petwoip
Petwoip

Reputation: 1345

Visual Studio 2010: Automatically detect if a keyword is a pointer and write ->

I've been using QtCreator lately and decided to try out Visual Studio 2010 (Ultimate). I noticed in QtCreator that when I write "this" and then click period, QtCreator will automatically insert a "->" because it knows "this" is a pointer. If a keyword is not a pointer, it will simply add a period (like normal).

Is this functionality possible in Visual Studio 2010 (Ultimate)?

Upvotes: 0

Views: 110

Answers (1)

jschroedl
jschroedl

Reputation: 4986

This is not built in to any versions of Visual Studio. You can get it if you use Visual Assist X from Whole Tomato Software. I do not work for them, I'm just a satisfied customer.

Upvotes: 2

Related Questions