You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ide/not-in-toc/intellicode-faq.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: IntelliCode questions and answers
3
-
ms.date: 05/22/2018
3
+
ms.date: 07/12/2018
4
4
ms.prod: visual-studio-dev15
5
5
ms.technology: vs-ide-general
6
6
ms.topic: conceptual
@@ -29,15 +29,15 @@ Developers can find more information and sign up for news and future private pre
29
29
30
30
Visual Studio IntelliCode is a range of capabilities that offers new productivity enhancements through artificial intelligence (AI).
31
31
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:
33
33
34
34
- 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.
35
35
36
36
- 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.
37
37
38
38
We'll update the extension with more capabilities in the coming months.
39
39
40
-
## Q. Why does EditorConfig inference prepend a 1 to the filename?
40
+
## Q. Why does EditorConfig inference prepend a 1 to the filename?
41
41
42
42
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.
43
43
@@ -50,7 +50,7 @@ There are a couple of common reasons this problem can occur:
50
50
## Q. Format Document is not fixing my style conventions - why?
51
51
There are a couple of common reasons this problem can occur:
52
52
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.
54
54
- 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`.
55
55
56
56
## Q. Which EditorConfig Conventions can Visual Studio IntelliCode infer?
## 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?
129
129
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.
131
131
132
132
## Q: What makes “AI-assisted IntelliSense” powered by IntelliCode better than regular IntelliSense?
0 commit comments