Skip to main content

Questions tagged [intellisense]

The tag has no usage guidance.

0 votes
0 answers
86 views

Visual Studio 2022 how to add IConfiguration (appsettings.json) into IntelliSense for autocomplete

I'm looking to see if there's a way within Visual Studio 2022 to get IntelliSense to be able to access all of the options within my appsettings.json if the object type is an IConfiguration type. I'm ...
TechLoom's user avatar
  • 192
1 vote
0 answers
315 views

How to prevent VS Code from treating the tab-key input as textual-input/tab-stop-insertion, but instead solely as auto-completion-/navigation-trigger?

Preamble: I would like to use VS Code whenever i can, if i could (mainly for the reason that it is cross-platform and the only completely customizable/hackable GUI editor on all major platforms). One ...
claudiusraphael's user avatar
0 votes
1 answer
230 views

Is there any way to activate IntelliSense for TypeScript files in github.dev?

This morning I came across github.dev. It looks very promising, but what I'd really like to use it for is TypeScript with active IntelliSense. I can see that github.dev can create new .ts files. But, ...
Rounin's user avatar
  • 172
0 votes
1 answer
2k views

Visual Studio Code: IntelliSense stopped finding core c++ includes in MacOS

In OSX Monterey, after upgrading a Homebrew install of clang, something about the default C++ headers got screwed up. I am able to compile from the terminal just fine; it works both if I use the ...
trbabb's user avatar
  • 111
1 vote
0 answers
200 views

How to get Visual Studio like IntelliSense completion in Visual Studio Code?

Let's say I am typing import matplotlib.pyplot. In Visual Studio, if I press space once the dropdown appears, it autocompletes the pyplot part and inserts a space after. Or when the name of a function ...
Yashbhatt's user avatar
  • 121
0 votes
0 answers
411 views

VSCode no longer showing text suggestions

I was happily using VSCode for my SQL (jinja) coding. Then, it stopped suggesting words/text in the intellisense suggestions for things like my variable names, functions, CTEs, tables etc. The ...
GenDemo's user avatar
  • 115
0 votes
1 answer
2k views

Unable to start the C/C++ language server. IntelliSense features will be disabled

After updating my C++ intellisence by microsoft I am getting the below error message while compiling with ctrl+shift+b Unable to start the C/C++ language server. IntelliSense features will be disabled....
user avatar
0 votes
1 answer
26 views

In Jetbrains, how can I see the file paths when I use "Show Usages"?

I often will want to see where a class, object, variable etc is used throughout a project. Jetbrain lets you do this but when it shows you the usages, it will display the file name but it does not ...
raphisama's user avatar
  • 101
1 vote
0 answers
202 views

Is there a terminal that has something similar to intellisense? [closed]

I absolutely love Intellisense when writing code in Visual Studio Is there a terminal app that has a similar feature that could popup a GUI of suggestions for command or parameter completion based on ...
masteroleary's user avatar
0 votes
1 answer
905 views

Visual Studio not showing method summary

I wanted to move some commonly used code to simple methods and document them so I don't forget what they are for, but for some reason only the getter method has a summary shown. Why is that and how ...
Peri's user avatar
  • 101
0 votes
0 answers
920 views

VS Code .NET Core Intellisense not showing suggestions for namespaces

I'm using VS Code 1.40.0 on Mac. When I create a new .NET Core 3 console project and open a class file, I don't have IntelliSense showing me possible auto-imports. For example in a new class file I ...
Jost's user avatar
  • 1
1 vote
2 answers
54 views

unwanted code hints (prettify.css) in vscode

where are these coming from I have disabled all extensions. I am pretty sure that there is no prettify.css or base.css among my project files and yet I am still getting these code hints. How can I get ...
fredestanley's user avatar
2 votes
1 answer
968 views

How do you reset the Python Parser without closing VS Code?

When editing python files in VS Code, the parser will sometimes start mis-identifying parser errors in code. The editor still works, Interactive Python window still runs the code, etc. Example: There ...
user15741's user avatar
  • 764
1 vote
1 answer
467 views

Outlining while modifying a multistatement function in SQL Server Management Studio

When coding in an empty query window, IntelliSense gives me useful collapse/expand buttons on each BEGIN-END statement to hide underlying code, apparently called "outlining". However, when I ...
jeroenymo's user avatar
9 votes
1 answer
2k views

vs2019 downloading Intellisense Index

I am on VS 2019 Enterprise. Just updated about two weeks ago. Background tasks are forever showing "Downloading Intellisense index for nuget.org" I am behind a firewall, so connecting to nuget.org ...
torrey garland's user avatar

15 30 50 per page