Questions tagged [intellicode]

37 questions
0
votes
1 answer

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) - why is this? See screenshot below. Intellisense…
0
votes
1 answer

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 type the 3rd letter, I want "return" to be the first/primary…
somedotnetguy
  • 557
  • 2
  • 14
0
votes
1 answer

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 this: In order to avoid this, I'd like to change…
Erdrik Ironrose
  • 161
  • 1
  • 6
0
votes
0 answers

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 installer. When I hover the mouse over a built-in function or…
BushWookie
  • 51
  • 1
  • 1
  • 8
0
votes
1 answer

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 possible?
Sebrahi
  • 39
  • 2
0
votes
1 answer

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 what I am writing. Here are some examples: I am…
Matthias
  • 9,817
  • 14
  • 66
  • 125
0
votes
1 answer

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 using D-pad. But these API are missing in…
Tek Mun
  • 97
  • 9
1 2
3