Skip to main content
Filter by
Sorted by
Tagged with
Tooling
4 votes
1 replies
684 views

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 ...
zeepaul's user avatar
  • 19
0 votes
0 answers
93 views

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 ...
ihuadz's user avatar
  • 1
0 votes
1 answer
156 views

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 ...
Julien BERNARD's user avatar
1 vote
1 answer
1k views

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 ...
Jakxna360's user avatar
  • 905
0 votes
1 answer
1k views

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, ...
RHC4EVER's user avatar
3 votes
1 answer
161 views

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 ...
cqb13's user avatar
  • 96
0 votes
0 answers
136 views

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 ...
Jaurocha's user avatar
8 votes
3 answers
3k views

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 ...
Fraser Booth's user avatar
1 vote
1 answer
948 views

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 ...
cking888's user avatar
  • 173
10 votes
3 answers
2k views

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 ...
LiamJM's user avatar
  • 174
1 vote
2 answers
2k views

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 "....
Huddy Mantic's user avatar
0 votes
1 answer
478 views

I have an interface with XML comments on namespace NamespaceName.Core.Services { public interface ITransaction : IDisposable { /// <summary> /// Sends message into the ...
imsan's user avatar
  • 469
1 vote
1 answer
270 views

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. ...
BennoDual's user avatar
  • 6,339
0 votes
1 answer
663 views

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) ...
Stephen Beale's user avatar
13 votes
1 answer
1k views

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 ...
Mike Nakis's user avatar
2 votes
1 answer
867 views

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 ...
Melon Dusk's user avatar
1 vote
1 answer
561 views

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 ...
somedotnetguy's user avatar
1 vote
1 answer
3k views

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 ...
Erdrik Ironrose's user avatar
1 vote
1 answer
2k views

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 ...
Ville's user avatar
  • 105
71 votes
4 answers
35k views

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 ...
RonC's user avatar
  • 34.4k
1 vote
2 answers
1k views

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: ...
jvllmr's user avatar
  • 515
0 votes
0 answers
484 views

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 ...
BushWookie's user avatar
2 votes
2 answers
2k views

File path autocomplete working wrong when I'm writing sass file in VS Code ..... Don't show path, but show other CSS property value
wudic's user avatar
  • 21
4 votes
0 answers
222 views

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 ...
btzl's user avatar
  • 41
0 votes
1 answer
114 views

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 ...
Sebrahi's user avatar
  • 39
5 votes
0 answers
803 views

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 ...
Frederik Hoeft's user avatar
1 vote
0 answers
201 views

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 ...
Lorenzo Tinfena's user avatar
0 votes
1 answer
105 views

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 ...
Matthias's user avatar
  • 10.5k
5 votes
1 answer
6k views

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 ...
psycoxer's user avatar
  • 151
3 votes
2 answers
5k views

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 ...
iProgram's user avatar
  • 6,637
1 vote
0 answers
508 views

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 ...
phuocantd's user avatar
  • 396
2 votes
1 answer
619 views

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, ...
AminRostami's user avatar
  • 2,792
1 vote
1 answer
648 views

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/...
Morfidon's user avatar
  • 1,538
4 votes
2 answers
846 views

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 ...
ekolis's user avatar
  • 6,960
1 vote
1 answer
1k views

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 ...
Nikita. L's user avatar
0 votes
1 answer
41 views

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 ...
Tek Mun's user avatar
  • 99
5 votes
1 answer
7k views

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 ...
Teddy Colliaux's user avatar
1 vote
1 answer
2k views

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....
locke's user avatar
  • 43