38 questions
Tooling
4
votes
1
replies
684
views
IntelliCode extensions are deprecated
The popular package "IntelliCode" is now deprecated and the replacement is "GitHub Copilot Chat". I have used both packages, the Copilot chat is just annoying to use, most of the ...
0
votes
0
answers
93
views
Using IntelliCode in visual studio 2022 accepts suggestions commented out
Thank you very much for entering this question, my English is not very good so I used machine translation. When I use Visual Studio's IntelliCode to accept suggestions, everything is automatically ...
0
votes
1
answer
156
views
How to disable raw string conversion suggestions from IntelliCode in Visual Studio?
I write C# files in VS2022.
Oftentimes I will write multi-line strings like so, and Intellisense will repeatedly (it takes < 40 characters) suggest to put it all on the same line, like so:
This is ...
1
vote
1
answer
1k
views
How do you update Intellicode Model in Visual Studio Enterprise 2022
I am wondering if there is the feature to retrain my intellicode model through Visual Studio 2022. I did find the question answered in 2019 through the url here: How do I update my IntelliCode model ...
0
votes
1
answer
1k
views
I am new to VSCode, Python, and the OpenAI API, and I am unable to figure out how to access the hover documentation
Every video I watch shows documentation when the user hovers over code, yet mine is nearly empty.
Example:
response = openai.Completion.create(engine="text-davinci-001", prompt=prompt, ...
3
votes
1
answer
161
views
IntelliCode adds star on autocomplete
After restarting vscode whenever I try to use an autocomplete suggestion from IntelliCode, it also includes the recommended star thing.
issue video
I have tried switching to an older version of ...
0
votes
0
answers
136
views
Disable new "Diff view" IntelliCode suggestions?
After updating Visual Studio 2022 there seem to be a new style of IntelliCode that Peter Groenewegen referees to on twitter.
I find it very intrusive and want to get rid of it but cant seem to find a ...
8
votes
3
answers
3k
views
org.bouncycastle.asn1.ocsp appeared in my vs2022 code without my asking?
I was doing a code review / pull request merge this morning, and discovered:
"using org.bouncycastle.asn1.ocsp;"
...in a .cs page for my WebAPI.
The most recent previous addition was my ...
1
vote
1
answer
948
views
Disabling specific autocomplete in visual studio
Is there any way to control the below behaviour?
When I type the letter x and press spacebar, visual studio autocompletes to using XmlReadMode, when i simply want to use x. Is there a way to control ...
10
votes
3
answers
2k
views
Visual Studio 2022: Resharper - IntelliCode AutoComplete disappearing when typing
When using the Resharper extension, I noticed that I can no longer use the IntelliCode auto complete suggestions as they disappear straight after a key press
Is it possible to use this feature in ...
1
vote
2
answers
2k
views
couldn't download intellicode model. please check your network connectivity or firewall settings in vs code
I have downloaded JDK, java extension pack and code runner.
When I run my program it says " couldn't download intellicode model. please check your network connectivity or firewall settings "....
0
votes
1
answer
478
views
Intelli sense not showing for custom methods with xml comments
I have an interface with XML comments on
namespace NamespaceName.Core.Services
{
public interface ITransaction : IDisposable
{
/// <summary>
/// Sends message into the ...
1
vote
1
answer
270
views
Visual Studio Intellicode does not add closing curly brace
When I use AI-assisted IntelliCode in Visual Studio 2022, I want that Visual Studio also inserts the closing curly brace - not only the opening one. The cursor should then be between the brackets.
...
0
votes
1
answer
663
views
Why can't I select HTML intellisense options in Visual Studio 2019 (in an ASP.NET Core Project, looking at a cshtml file)?
When I start typing in a cshtml file Visual Studio 2019, if I start with a < then type, I see intellisense options but cannot select them as normal (either by TAB then space or by clicking on them) ...
13
votes
1
answer
1k
views
visual studio task failed intellicode custom completions user credentials invalid
My company provided me with Visual Studio 2019. It has been working, (as much as this dinosaur can be said to be working,) and it has been showing my initials on the top-right corner, meaning that I ...
2
votes
1
answer
867
views
Visual Studio IntelliCode Whole line completion: Is there a hotkey to trigger/force a suggestion to appear?
I am referring to this visual studio feature.
Is there a way to trigger or force a whole line suggestion to appear?
It seems very sporadic at times and I would appreciate the help it offers on a more ...
1
vote
1
answer
561
views
How to manually change priority of Intellicode (Intellisense) auto complete suggestions?
I'm writing C# code in Visual Studio 2022.
Whenever I type
re
on a new line, VISUAL STUDIO suggests
ref
but I never want "ref", I ALWAYS want
return
... when I hit TAB. I don't want to ...
1
vote
1
answer
3k
views
How to change hotkey for Visual Studio 2022's Intellicode Auto Completion
By default, Visual Studio 2022's IntelliCode Auto Completion works by pressing the Tab key.
Unfortunately that prevents you from using the Tab key to insert whitespace, leading to suggestions like ...
1
vote
1
answer
2k
views
AI IntelliCode doesn't work in VS 2022, fails to load model
All my coworkers get fancy AI IntelliCode suggestions in Visual Studio 2022, but it doesn't seem to work at all for me. IntelliCode shows that it's enabled and ready:
When I try make it generate some ...
71
votes
4
answers
35k
views
How to disable new AI-based IntelliCode in VS 2022?
On the surface the new AI-based IntelliCode for Visual Studio 2022 seems cool. So when I installed VS2022 and it asked if I wanted to allow training models on my code, I said sure because I wanted to ...
1
vote
2
answers
1k
views
VSCODE doesn't recognize subclassing of db.Model
I have a Flask Project with Flask-SQLAlchemy and a custom Model class.
For type hinting I modified the SQLAlchemy class like this:
class CustomSQLAlchemy(flask_sqlalchemy.SQLAlchemy):
Model: ...
0
votes
0
answers
484
views
C++ IntelliCode not working properly in VS 2019
I use Visual Studio 2019 Community and I just started to learn C++, but the IntelliCode looks not good. The "Desktop development with C++" installed along with its IntelliCode in the ...
2
votes
2
answers
2k
views
File path autocomplete not working when i writing sass file in VS Code
File path autocomplete working wrong when I'm writing sass file in VS Code .....
Don't show path, but show other CSS property value
4
votes
0
answers
222
views
Is there a way to get better code suggestions for Flutter/Dart widget properties within VS Code?
Is there an extension or way to get better code suggestions for Flutter/Dart widget properties when it's expecting a certain type of value? The image below shows a Column widget property of ...
0
votes
1
answer
114
views
IntelliCode create own stars
the stars in IntelliCode show the preferred methods or properties of a class.
Now I want to create such stars for my self-made classes to be able to access my most used methods faster.
How is this ...
5
votes
0
answers
803
views
Visual Studio 2019 Apply Suggestion Shortcut
Visual Studio sometimes makes suggestions based on recent edits which can be really useful at times.
However always having to press Alt + Enter and scroll all the way to the bottom to apply these ...
1
vote
0
answers
201
views
EditorBrowsableAttribute state doesn't work in same assembly
Is there a way to set the state of System.ComponentModel.EditorBrowsableAttribute?
[EditorBrowsable(EditorBrowsableState.Never)]
It doesn't work from the same assembly (from docs), someone know how ...
0
votes
1
answer
105
views
IntelliSense tooltip always shows the same three top hits (even w/o relation)
I am using VS Code for Python development. But with any Python file I edit, I always experience the same issue: the IntelliSense tooltip always shows the same 2-3 suggestions on top, regardless of ...
5
votes
1
answer
6k
views
vs Intellicode not working for python [ vs code extension]
I am trying to get vs intellicode up and running for python and there were no errors in installation.
However, I am not seeing any starred suggestions.
I did some research and found that ReSharper ...
3
votes
2
answers
5k
views
Code Completion stopped working for "Java Extension Pack"
I am currently working on a Java project using the Java Extension Pack for VS Code. Thus plugin has been working for three weeks and now the auto completion has decided to stop for no reason.
Looking ...
1
vote
0
answers
508
views
intellicode for javascript (React) not working on VS Code windows 10
vscode's code hinting function doesn't work with javascript even though other languages (C, C ++, python ,, ...) still work.
I tried using Ctrl + space but it still doesn't work
intellicode with ...
2
votes
1
answer
619
views
How To Use IntelliCode In Visual Studio?
I create the simple Windows Forms Application project in vs 2019 version 16.3.1 with target .NetCore 3.0.
when I'm trying to use the SqlClient in System.Data.SqlClient and use the open Method, ...
1
vote
1
answer
648
views
IntelliSense included in Python's Microsoft Extension vs Visual Studio IntelliCode
IntelliSense Autocomplete
vs
Visual Studio IntelliCode
Should I avoid using Visual Studio IntelliCode when using default IntelliSense?
What's the difference between them? What are advantages/...
4
votes
2
answers
846
views
How do I update my IntelliCode model in Visual Studio 2019?
I created some models from my various solutions but I'm wondering how I can update them to take advantage of changes in the code in those solutions. Or does this happen automatically? I could delete ...
1
vote
1
answer
1k
views
Visual Studio IntelliCode not predicting methods and variables
I'm using python and VS and when I'm using classes that are downloaded through pip IntelliCode doesn't provide an auto copletion of methods and variables from those modules.
As you can see there is ...
0
votes
1
answer
41
views
XYFocusLeft/Right/Up/Down missing in Xamarin.UWP
In https://learn.microsoft.com/en-us/windows/uwp/design/input/gamepad-and-remote-interactions, it is clearly stated that XYFocusLeft/Right/Up/Down can be used to manually determine the next focus ...
5
votes
1
answer
7k
views
VsCode's autocompletion not working on a new spring-boot project
I'm starting a new maven spring boot project on VSCode (via spring initializr).
When I try to edit any java file I don't have any autocompletion or code verifications (I mean the errors showing when ...
1
vote
1
answer
2k
views
Intellisense and autocomplete doesn't work in Visual studio code
Could you provide me help to enable IntelliSense suggestions and autocomplete in Visual studio code 1.30.1? I have installed visual studio Intellicode and path intellisense extensions. Tried:
"editor....