Skip to content

Commit 1a39319

Browse files
authored
Merge pull request #2506 from gewarren/date
Update intellicode faq date
2 parents 5d48f3c + 278e6ab commit 1a39319

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/ide/not-in-toc/intellicode-faq.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: IntelliCode questions and answers
3-
ms.date: 05/22/2018
3+
ms.date: 07/12/2018
44
ms.prod: visual-studio-dev15
55
ms.technology: vs-ide-general
66
ms.topic: conceptual
@@ -29,15 +29,15 @@ Developers can find more information and sign up for news and future private pre
2929

3030
Visual Studio IntelliCode is a range of capabilities that offers new productivity enhancements through artificial intelligence (AI).
3131

32-
Developers can [download an experimental extension](https://go.microsoft.com/fwlink/?linkid=872707) for Visual Studio 2017 version 15.7 and later. The extension currently provides:
32+
Developers can [download an experimental extension](https://go.microsoft.com/fwlink/?linkid=872707) for Visual Studio 2017 version 15.7 and later. The extension currently provides:
3333

3434
- AI-Enhanced IntelliSense that predicts the most likely correct API for the developer to use, rather than just presenting an alphabetical list of members. It uses the developer's current code context and patterns to provide this dynamic list.
3535

3636
- Inference of code style and formatting conventions that helps you keep your code consistent by dynamically creating an [.editorconfig file](../create-portable-custom-editor-options.md) from your codebase to define coding styles and formats. These conventions allow Visual Studio to offer automatic style and format fixes to clean up your document.
3737

3838
We'll update the extension with more capabilities in the coming months.
3939

40-
## Q. Why does EditorConfig inference prepend a 1 to the filename?
40+
## Q. Why does EditorConfig inference prepend a 1 to the filename?
4141

4242
A known issue in Visual Studio extensibility will cause a 1. to be prepended to the .editorconfig filename when you create it by right-clicking and choosing **Add > New Item**. Files named in this way are not recognized by the editorconfig processor in Visual Studio. This problem is fixed in Visual Studio 2017 version 15.8 Preview 4, but until then you can work around by removing the 1 in the **Add New Item** dialog.
4343

@@ -50,7 +50,7 @@ There are a couple of common reasons this problem can occur:
5050
## Q. Format Document is not fixing my style conventions - why?
5151
There are a couple of common reasons this problem can occur:
5252

53-
- You may not be using Visual Studio 2017 version 15.8 Preview 3 or higher. You’ll need this version to be able to use the extended “Format Document” command to perform additional code cleanup for the current document.
53+
- You may not be using Visual Studio 2017 version 15.8 Preview 3 or higher. You’ll need this version to be able to use the extended “Format Document” command to perform additional code cleanup for the current document.
5454
- You may not be opted in to style fixes. The extended capability of fixing convention-based issues capability in Format Document only covers a fixed set of issues. You can change which issues are fixed in **Tools-Options** under **Text Editor > C# > Code Style > Formatting > General > Format Document Settings (Experiment)**. Notice that the default settings do not fix some style conventions. You can opt in to these via **Tools > options**. For example "Apply implicit/explicit type preferences" will run style rules about use of `var`.
5555

5656
## Q. Which EditorConfig Conventions can Visual Studio IntelliCode infer?
@@ -90,7 +90,7 @@ Style Conventions
9090
- csharp__new_line_before_catch
9191
- csharp_new_line_before_else
9292
- csharp_new_line_before_members_in_anonymous_types
93-
- csharp_new_line_before_members_in_object_initializers
93+
- csharp_new_line_before_members_in_object_initializers
9494
- csharp_new_line_before_finally_style
9595
- csharp_new_line_between_query_expression_clauses
9696
- csharp_prefer_braces_style
@@ -125,9 +125,9 @@ Style Conventions
125125
- dotnet_style_qualification_for_property
126126
- dotnet_style_require_accessibility_modifiers
127127

128-
## Q. Are there other features coming to the Visual Studio IntelliCode extension?
128+
## Q. Are there other features coming to the Visual Studio IntelliCode extension?
129129

130-
We're actively working on a number of capabilities that we're excited to share publicly as they become available. You can sign up for news and updates at [https://aka.ms/intellicode](https://aka.ms/intellicode) to be the first to know when we have new capabilities available.
130+
We're actively working on a number of capabilities that we're excited to share publicly as they become available. You can sign up for news and updates at [https://aka.ms/intellicode](https://aka.ms/intellicode) to be the first to know when we have new capabilities available.
131131

132132
## Q: What makes “AI-assisted IntelliSense” powered by IntelliCode better than regular IntelliSense?
133133

0 commit comments

Comments
 (0)