Sign in
Visual Studio Editor Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
adornments
announcements
box selection
bugs
classifiers
conferences
extensibility
features
feedback
find
font
formatting
margins
MEF
options
outlining
press
search
TechEd
tooltips
Twitter
VS2010
VSIP
WPF
zoom
Archive
Archives
October 2009
(2)
September 2009
(2)
August 2009
(1)
June 2009
(3)
May 2009
(3)
April 2009
(1)
March 2009
(3)
November 2008
(2)
February 2008
(1)
May 2006
(1)
December 2005
(1)
October 2005
(1)
May 2005
(1)
April 2005
(1)
January 2005
(2)
December 2004
(1)
November 2004
(1)
September 2004
(1)
August 2004
(2)
July 2004
(7)
June 2004
(11)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Visual Studio Editor Blog
Code Snippet - Schema Description
Posted
over 9 years ago
by
VSEditor
9
Comments
I'm working on posting the XSD and will update this post to link to it once I've found a place that I can put it. CodeSnippet The <CodeSnippet> tag is the root element for the schema. It has a format attribute which specifies the schema version...
Visual Studio Editor Blog
Code Snippets - a way to be more efficient in writing code
Posted
over 9 years ago
by
VSEditor
14
Comments
One of my favorite new features in Whidbey is Code Snippets. Code snippets are xml files stored on your machine that allow you to insert chunks of predefined code and then move quickly between common places that need to be filled in with values relevant...
Visual Studio Editor Blog
Tabs, Backspace, Delete and other commands not working in the editor
Posted
over 8 years ago
by
VSEditor
14
Comments
Several people have been reporting problems on MSDN Product Feedback with Visual Studio Beta 2 in which the Editor stops responding to most commands but still allows typing. The good news is that we have identified a fix for the issue, we know how to...
Visual Studio Editor Blog
New Hire Introduction
Posted
over 9 years ago
by
VSEditor
3
Comments
Hi everyone, My name is Dylan Lingelbach and I am a new hire working in the Editor group. I am just getting my feet wet right now, so I don't have an area I own just yet, but I am starting to get experience in a few different areas of the editor. I am...
Visual Studio Editor Blog
Beginner's tips on VS Find and Replace using Regular Expressions - Tutorial #2
Posted
over 9 years ago
by
VSEditor
7
Comments
In my last tutorial, I talked about some basic fundamentals. Let's move on to narrowing down search scope some more. Recall that previously, I had introduced: < - Matches beginning of a word > - Matches end of a word Now, let's introduce...
Visual Studio Editor Blog
Hello!
Posted
over 9 years ago
by
VSEditor
5
Comments
My name is Fiona Fung and I'm a developer with the VS Core Editor team. I own the Find & Replace and File Extension Mapping functionality in Whidbey. I graduated from the University of Toronto in 2003. I was an intern with Microsoft in 2001. It...
Visual Studio Editor Blog
Beginner's tips on VS Find and Replace using Regular Expressions - Tutorial#1
Posted
over 9 years ago
by
VSEditor
15
Comments
Regular Expressions is a great way to find what you're looking for. Unfortunately, it can be also be quite daunting for a beginner who's unsure where to start. Hence I started this post for tips and tricks of using Regular Expressions with Find &...
Visual Studio Editor Blog
Beginner's tips on VS Find and Replace using Regular Expressions - Tutorial #3
Posted
over 9 years ago
by
VSEditor
1
Comments
In answering some blog posts, I mentioned tagged expressions. I thought I'd talk about them now before going on to other regular expression syntax. Tagged expressions are useful for doing replacements in a regular expression search. When you tag an...
Visual Studio Editor Blog
Making the Code Definition Window Editable
Posted
over 9 years ago
by
VSEditor
13
Comments
I'd like to get your feedback on a design change that we are implementing for the Beta 2 release of VS 2005. In Beta 1, we introduced the Code Definition Window for the C#, J# and VC languages. The current view is a read-only view of the definition of...
Visual Studio Editor Blog
Build Comment Web Pages in VS 2003 and Windows XP SP2
Posted
over 9 years ago
by
VSEditor
5
Comments
If you use documentation created by Build Comment Web Pages in Visual Studio 2003, you will experience problems viewing the documentation after upgrading to Windows XP SP2. Currently, you can download the release candidate for testing purposes here: http...
Visual Studio Editor Blog
New Font for the Visual Studio 2005 Editor
Posted
over 7 years ago
by
VSEditor
7
Comments
I've got good news! Consolas, a cleartype font designed specifically for to make code more readable is now available for download for users of Visual Studio 2005 from the Microsoft Download Center . One important thing about Consolas is that it will...
Visual Studio Editor Blog
The new Box Selection, now with Multi-Line Editing!
Posted
over 4 years ago
by
VSEditor
14
Comments
Since VS 2010 Beta1 became publicly available last week, the Editor team has heard from quite a few users who miss box selection (aka column selection, block selection, or rectangular selection). Yes, it’s missing from the beta, but the good news is that...
Visual Studio Editor Blog
How do you use Tab Size and Indent Size?
Posted
over 4 years ago
by
VSEditor
8
Comments
The Editor team wants to build the best product possible, and we need your help! This week, the team would like to ask for direct feedback on how you use tab size and indent size. Tab size is the amount of space each tab occupies, while indent size is...
Visual Studio Editor Blog
A nifty regular expression for replacing XML syntax
Posted
over 9 years ago
by
VSEditor
6
Comments
Someone recently asked me a regular expression query and I thought it was interesting and post it as an example here. They wanted to find all occurances of the following style of XML: <foobar> < property = "blah" /> </foobar> And they...
Visual Studio Editor Blog
Emacs and Brief Emulations in Visual Studio 2005 (aka Whidbey) Beta 2
Posted
over 8 years ago
by
VSEditor
0
Comments
I hope that everyone has had a chance to download Beta 2 of Whidbey as there have been many improvements since Beta 1. If not, you can download it here: http://lab.msdn.microsoft.com/vs2005/get/ . Two of the features that we've improved since Beta...
Visual Studio Editor Blog
Visual Studio 2008 Find Crashes on Windows XP 64 & Windows 2003 Server
Posted
over 5 years ago
by
VSEditor
3
Comments
I know that quite a few people are running into an issue where any edition Visual Studio 2008 can crash when users open the find dialog if they are running on Windows XP 64-bit or Windows 2003 Server. There's a patch available for Microsoft Support. You...
Visual Studio Editor Blog
Welcome!
Posted
over 9 years ago
by
VSEditor
12
Comments
I’d like to welcome you to the VS Core Editor Team’s blog! First allow me to introduce myself. My name is Sean Laberee and I’m a Program Manager with this team. I work on the Core Editor, Find, Object Browser and Class View. I...
Visual Studio Editor Blog
Searching and Navigating Code in Visual Studio 2010
Posted
over 4 years ago
by
VSEditor
4
Comments
Every developer knows that navigating code is vital to happy and productive coding. We’ve added several new features for code search and navigation in Visual Studio 2010, including Navigate To and an improved Call Hierarchy, to complement search staples...
Visual Studio Editor Blog
Customizing Context Menus
Posted
over 9 years ago
by
VSEditor
0
Comments
I've been getting this question a lot in the past few weeks, so I've decided this would make a quick blog post. In Visual Studio 2005, we've added the ability to customize many of the context menus that you see in the product. Here's how: Go To Tools...
Visual Studio Editor Blog
Snippy Released!
Posted
over 8 years ago
by
VSEditor
3
Comments
We have released a new powertoy Snippy . It is a Code Snippet editor that will allow you to create new code snippets or modify existing ones. Please let us know if you have any problems installing or using it. There are two versions posted, one for the...
Visual Studio Editor Blog
Guidelines - a hidden feature for the Visual Studio Editor
Posted
over 9 years ago
by
VSEditor
1
Comments
Guidelines are visible column indicators for the VS Editor. For more info on how to enable them, check out http://blogs.msdn.com/saraford/archive/2004/11/15/257953.aspx Thanks, - sara
Visual Studio Editor Blog
Visual Studio 2010 UI Unveiled
Posted
over 4 years ago
by
VSEditor
4
Comments
You may have seen a glimpse of the Visual Studio 2010 editor in the past couple of months, but you've never seen it look like this! At VSLive! in San Francisco last week, Visual Studio General Manager Jason Zander unveiled a completely new UI for Visual...
Visual Studio Editor Blog
New Editor, New Font: 10-pt Consolas
Posted
over 4 years ago
by
VSEditor
10
Comments
To complete the VS 2010 Editor’s new look, we’re updating the default font to 10-pt Consolas! It’s a fixed-width font that Microsoft’s typography experts designed specifically for developers, so it’s great for reading and writing code. Consolas also has...
Visual Studio Editor Blog
Using Emacs or Brief Emulations in Whidbey
Posted
over 9 years ago
by
VSEditor
15
Comments
In response to the large number of requests, the Editor team added Emacs and Brief emulations in Visual Studio 2005. These features are available in the Beta 1 but it is not obvious how to turn them on in the Beta. We are working on fixing this for Beta...
Visual Studio Editor Blog
I've moved to the team!
Posted
over 9 years ago
by
VSEditor
0
Comments
Hi VSEditor readers, I’m Sara Ford . I’ve been at Microsoft and on the Visual Studio testing team for 3 years now. I just moved to the Editor / Code Navigation team from the Core IDE team where I’ve owned Window Management . I’m going to be testing the...
Page 1 of 2 (48 items)
1
2