Visual Studio Editor in the Visual Studio 2010 and .NET Framework 4.0 CTP
공지 사항
Welcome to Visual Studio 2010 Editor
Selma Ikiz - MSFTMSFT2008년 10월 25일 토요일 오전 12:56Hi,
my name is Selma Ikiz and I am a PM for the New Code Editor in Visual Studio.
We have devised a set of walkthroughs for you in this Visual Studio 10 release. Please use the walkthroughs as a hand-held guide to use this release. Given that this is the first release of Code Editor in Visual Studio, we are excited to hear your feedback.
You can use the Connect website to report bugs.
This forum will cover the Code Editor Walkthroughs:
How to Use a Shell Command to Add a Comment Adornment in the Visual Studio 2010 Editor
You can implement features in the Visual Studio 2010 editor from a typical VSPackage. This walkthrough shows how to add a comment adornment to a text view in the Visual Studio 2010 editor by invoking a Visual Studio shell command.
How to Add Syntax Coloring in the Visual Studio 2010 Editor
You can add many different visual effects to the Visual Studio 2010 editor by creating Managed Extensions Framework (MEF) components. This walkthrough shows how to add syntax coloring.
How to Highlight Text in the Visual Studio 2010 Editor
You can add many different visual effects to the Visual Studio 2010 editor by creating Managed Extensibility Framework (MEF) components. This walkthrough shows how to highlight every occurrence of a string in a text file at the same time. For example, if a word occurs more than one time in a text file, and you position the cursor in one occurrence, every occurrence is highlighted.
How to Provide IntelliSense in the Visual Studio 2010 Editor
You can implement IntelliSense in the Visual Studio 2010 editor by creating a Managed Extensibility Framework (MEF) component.
This walkthrough shows how to implement two IntelliSense controllers, one for method signature descriptions and one for statement completion. IntelliSense controllers are responsible for listening to the events that trigger completion, displaying the appropriate list, and removing the display when it is committed (that is, when a selection has been made) or dismissed. This walkthrough also shows how to implement IntelliSense controller providers, which create the IntelliSense controllers for individual text views.
When you run the sample code, pressing CTRL+J or "." shows the list of methods; you can dismiss the list by pressing ESC. Pressing CTRL+SHIFT+SPACEBAR or "(" shows the list of parameters; you can dismiss the list by pressing ESC. The displayed lists of methods and parameters are static lists that are defined in the Helpers class.
How to Adapt to the Visual Studio 2010 Editor
The Visual Studio 2010 editor offers many features that you can use from your existing code components. These instructions show how to consume editor services directly from a Managed Extensibility Framework (MEF) component or a non-MEF component, for example a VSPackage. It also shows how to use adapters, or shims, to get the services of the Visual Studio 2010 editor in both managed and unmanaged code.
If you have not downloaded or would like more information about the CTP, please visit http://go.microsoft.com/fwlink/?LinkId=129231.
You can find the walkthroughs on the VPC disk: C:\users\Public\documents\CTPWalkthroughs\Visual Studio.Thanks!
Selma Ikiz
Code Editor PM
필터링 및 정렬토론 목록의 범위를 좁히려면 이러한 옵션을 사용하십시오.
- 08570

FORUM LOCKED: Please use the Visual Studio 2010 & .NET Framework 4 Beta 1 Forums
Alicia CalesMSFT2009년 5월 20일 수요일 오후 7:34 - 02916

How to Highlight Text in the Visual Studio 2010 Editor
Selma Ikiz - MSFTMSFT2008년 10월 26일 일요일 오후 10:43 - 0403

Call Hierarchy absence [VB 2010]
Motaro 2009년 11월 13일 금요일 오전 7:43 - 0167

How can I Enable the Document Map Margin (rockscroll-like feature) in VS2010
JosephCooneyMVP2009년 11월 11일 수요일 오후 9:08 - 0161

Only Rename the class name between class and {...}
icecolder 2009년 11월 6일 금요일 오후 4:36 - 0154

Trying to create a work item on TFS 2010 Beta 2 fails with unsupported value in the Assigned To and Crreated By fields (TF20015) error.
Gideon Schaller 2009년 11월 1일 일요일 오후 10:44 - 01777

Disable ClearType
Salva - From Spain 2009년 5월 20일 수요일 오후 3:47 - 22040

Visual Studio SDK and Visual Studio 2010
Matteo Garzulino 2009년 5월 19일 화요일 오전 8:15 - 11548

Beta 1 - side-by-side
Wally McClureMVP2009년 5월 18일 월요일 오후 5:57 - 42740

VS.Net 2010 IDE Very Slow
Lennie De Villiers DG 2008년 12월 29일 월요일 오전 8:56 - 11562

Comments in bookmark
AlbertoC 2009년 4월 16일 목요일 오전 8:47 - 32843

How to Add Syntax Coloring in the Visual Studio 2010 Editor
Selma Ikiz - MSFTMSFT2008년 10월 26일 일요일 오후 10:41 - 44356

How to Adapt to the Visual Studio 2010 Editor
Selma Ikiz - MSFTMSFT2008년 10월 26일 일요일 오후 10:53 - 12034

VS2008 Add Service Reference Issue
ShailendraSute 2008년 11월 17일 월요일 오전 6:11 - 22159

Experimental Hive Support
Joaquin Jares 2009년 1월 12일 월요일 오후 6:04 - 01716

Would like to put pictures or images in Visual Studio Editor.
Leo Violette 2009년 3월 19일 목요일 오전 6:00 - 01578

Are there any plans for an ink analyzer for code languages?
element109 2009년 3월 17일 화요일 오전 8:05 - 11730

IDE Extension samples
Bigsby 2009년 2월 16일 월요일 오후 12:30 - 11708

Force partial class to be in branch of main class
Guillermo.Marraco 2009년 1월 27일 화요일 오후 7:02 - 21763

Ctrl+Enter on block doesn't indent caret on new line
Joe MayoMVP2009년 1월 15일 목요일 오후 5:48

