Skip to content

Commit 84d6148

Browse files
author
mikeblome
committed
updates to ide and python links
1 parent 8981cab commit 84d6148

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

docs/ide/writing-and-refactoring-code-cpp.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ translation.priority.ht:
3131
- "zh-tw"
3232
---
3333
# Writing and refactoring code (C++)
34-
The Visual C++ code editor and IDE provide many coding aids. Some are unique to C++, and some are essentially the same for all Visual Studio languages. Options for enabling and configuring these features are located in the **Text Editor C++ Advanced** dialog (**Tools | Options | Text Editor | C/C++ | Advanced** or type "C++ Advanced" in **Quick Launch**). After choosing which option you want to set, you can get more help by pressing **F1** when the dialog is in focus. For general code formatting options, type `Editor C++` into **QuickLaunch**.
34+
The Visual C++ code editor and IDE provide many coding aids. Some are unique to C++, and some are essentially the same for all Visual Studio languages. For mroe information about the shared features, see [Writing Code in the Code and Text Editor](/visualstudio/ide/writing-code-in-the-code-and-text-editor). Options for enabling and configuring C++-specific features are located in the [Text Editor C++ Advanced](/visualstudio/ide/reference/options-text-editor-c-cpp-advanced) dialog (**Tools | Options | Text Editor | C/C++ | Advanced** or type "C++ Advanced" in **Quick Launch**). After choosing which option you want to set, you can get more help by pressing **F1** when the dialog is in focus. For general code formatting options, type `Editor C++` into **QuickLaunch**.
35+
36+
Experimental features, which may or may not be included in a future version of Visual Studio, are found in the [Text Editor C++ Experimental](/visualstudio/ide/reference/options-text-editor-c-cpp-experimental) dialog. In Visual Studio 2017 you can enable **Predictive Intellisense** in this dialog.
3537

3638
## Adding new code
3739
After creating a project, you can start coding in the files that were generated for you. To add new files, right-click on the project node in Solution Explorer and choose **Add | New**.
@@ -72,9 +74,9 @@ The Visual C++ code editor and IDE provide many coding aids. Some are unique to
7274
* [Change Signature](refactoring/change-signature.md)
7375

7476
## Navigate and understand
75-
77+
Visual C++ shares many code navigation features with other languages. For more information,see
7678
### QuickInfo
77-
Hover over a variable to see its type information. QuickInfo
79+
Hover over a variable to see its type information.
7880

7981
![Visual C++ QuickInfo](../ide/media/vs2015_cpp_quickinfo.png "vs2015_cpp_quickInfo")
8082

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ description: Learn how to use C++ to develop applications, services, and tools f
168168
</a>
169169
</li>
170170
<li>
171-
<a href="https://microsoft.github.io/PTVS/">
171+
<a href="/visualstudio/python/cpp-and-python">
172172
<div class="cardSize">
173173
<div class="cardPadding">
174174
<div class="card">

docs/windows/windows-desktop-applications-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ This section discusses how to create C++ desktop applications that run in a wind
5757
- [Working with Resource Files](../windows/working-with-resource-files.md)
5858

5959
## See Also
60-
[Visual C++ Guided Tour](http://msdn.microsoft.com/en-us/499cb66f-7df1-45d6-8b6b-33d94fd1f17c)
60+
[Visual C++ in Visual Studio](../visual-cpp-in-visual-studio.md)

0 commit comments

Comments
 (0)