Welcome to MSDN Blogs Sign in | Join | Help

Sara Ford's Weblog

My adventures embracing open source on CodePlex and at Microsoft

News

    • Did you know... All author proceeds go directly to sending Hurricane Katrina survivors to college.

      Microsoft Visual Studio Tips book

      Recent Entries

I've moved to the Editor team!

Ever since I started at Microsoft on the Visual Studio team, I’ve always wanted to own the editor.  You can’t have a development environment without an editor, so I’m really excited to own such a critical aspect of Visual Studio.  

 

Some of my new feature areas ownerships within the Editor include:

  • Statement Completion
  • Intellisense, like quick tips and parameter info
  • Tracking Changes
  • Incremental Search
  • Fonts and Colors
  • Basic Editor Functions, like Cut, Copy, Past, Undo, Redo, etc.
  • Editor Emulations like Brief and Emacs
  • Code Snippets (not the actual content of the code snippets, but the mechanism in which you apply and edit the snippets)
  • And more!

As I learn more about the Editor, I’ll start blogging about new features, tips and tricks, and so forth.  But in the meantime, what topics regarding the Editor would you like me to blog about or would like to see in the future once I’m caught up with my new feature ownerships?

Posted: Wednesday, September 15, 2004 11:04 AM by saraford
Filed under:

Comments

Stephane Rodriguez said:


Interest would be an insight on how things work behind the scenes. A known technique can lead to an order of magnitude improvement on productivity. And yes, refactoring comes to mind, for instance how refactoring tools cope with SCC plugins to make a refactoring process more seamless.


# September 15, 2004 11:20 AM

VSEditor's WebLog said:

# September 15, 2004 2:23 PM

David Voss said:

Congratulations!!

I'm looking forward to your future posts. Tips & Tricks are always welcome.
# September 15, 2004 11:31 AM

Keith Wedinger said:

Feature request: An configurable aliasing/shortcut feature. In Visual SlickEdit, I can set up an alias file that maps "keys" to "values". When I enter a key into the editor and hit CTRL+SPACE to expand it, the key expands to the value. The values can have parameters in them. If the value has parameters, it displays a dialog that allows me to fill in the values for the parameters.
# September 15, 2004 11:32 AM

John Morales said:

Congratulations!!!, good luck on your new position.
I'm not sure where to post this, but if you could comment on the feasability of this it would be great, so here is a short wishlist of features i would love to see:
I'm not sure why this isnt the case, but as a last result, autocomplete/intellisense should match on any word in the document if no context sensitive token matches. One of my beloved features of vi is that the autocomplete is simple. matches any word, ie a method/variable that i've used before in a open buffer but have yet defined..
hotkey support to a numbered tab. ala wndtabs style
also vi/vim emulation would put all other ides to its knees.
# September 17, 2004 11:22 PM

John Morales said:

This one is really an annoyance. Why is the list box with the keybindings (tools->options->keyboard) so small? its going to a concert looking through a peephole. Why not allow the dialog box to resize?

Also when using the source code editor why is the horizontal scrollbar shown when there isnt content making the file wider than the view?? To Reproduce, simply press ctrl-shift-a, then select class you'll see that the scrollbar is there, with some scrollbable range but its all whitespace.. this bug is not in vs6, but is in vs.net 2002 onward including 2005. you can uncheck the horizontal scrollbar from the options menu, but then if you end up needing it, it wont come around. real ugly..

-john
# September 17, 2004 11:43 PM

Visual Studio Accessibility said:

# September 20, 2004 10:11 PM

redguardtoo said:

>>An configurable aliasing/shortcut feature

You can try FlashIME.

It is more than you expected!
And it can works on any editor.
# September 20, 2004 9:56 PM

redguardtoo said:

# September 20, 2004 9:57 PM

Jonathan Payne said:

One feature I would like to see would be the option to undo selected changes.

The new IDE shows change bars next to text to show which regions have been changed. It would be really neat if you could right click on a change bar and select undo or view changes. This would be useful if you made a few hundred separate changes and then wanted to undo one of them.

It would also be very clever if the IDE could add an extra change bar to lines that differ from the version in source control.

Jonathan
# September 22, 2004 9:08 AM
New Comments to this post are disabled
Page view tracker