Skip to main content

Questions tagged [intellisense]

The tag has no usage guidance.

0 votes
0 answers
95 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
335 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
231 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
416 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
909 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
926 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
55 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
996 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
471 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
0 votes
1 answer
905 views

Visual Studio Code - Java Intellisense configuration for standalone Java files

I am developing a Apache Cordova plugin in VS Code. This is not a standard java project as there are standalone java files in a src folder What i want to do is configure VS Code to give me code ...
Incubbus's user avatar
  • 295
0 votes
3 answers
4k views

Visual Studio Code React Native IntelliSense not working

As the title states: Visual Studio Code React Native IntelliSense is not working. I have installed all the possible extensions for React Native and followed many suggested steps to fix the issue, but ...
Bojke's user avatar
  • 101
1 vote
0 answers
66 views

VS Code Intellisense doesn't work with DOMDocument extension

I'm working with PHP through Visual Studio Code and I need to create some XML documents. I've seen that in PHP 7.X there is and extension called DOMDocument that seems really simple and useful. The ...
Belfed's user avatar
  • 11
0 votes
1 answer
414 views

visual studio html intellisense with angular project

I have an angular project work space in visual studio code but either from a recent update or settings, when an HTML file is open it doesn't show variables used in the component. I should be able to ...
Wahrenheit Sucher's user avatar
0 votes
1 answer
61 views

How can I get Intellisense to show range based for snipped?

In Visual Studio 2019, when we enter "for" in the editor, Intellisense suggests "for each" snippet, for each (object var in collection_to_loop) { } which is not recommended. And it reports error for ...
hsmtta's user avatar
  • 1
0 votes
1 answer
3k views

Dart and Flutter plugin: Code completion is not working in IntelliJ IDEA 2019.1

Unfortunately, there is a problem with the code completion using Dart and Flutter plugins in the new version IntelliJ IDEA 2019.1. The weird thing is when the Class is written, IntelliJ can find the ...
Ipereto's user avatar
1 vote
1 answer
2k views

VScode: 'updating intellisense' forever

I vscode on my Ubuntu 16.04 platform and I've installed C++ Intellisense austin.code-gnu-global and C/C++ ms-vscode.cpptools extensions for cpp project. Here is a part of my setting.json: "C_Cpp....
Peiwen_hao's user avatar
0 votes
0 answers
218 views

How to make Intellisense metadata persistent in Visual Studio Code

I'm using Visual Studio Code for C/C++ development (and I'm very happy with it). However, I'm working on huge C/C++ projects, which makes Intellisense work for a long time before getting all the ...
Benjamin Barrois's user avatar
5 votes
2 answers
10k views

How to make Visual Studio IntelliSense to not automatically complete a word, do this only by TAB key?

Sometimes IntelliSense behavior is very annoying. For example, typing in c# editor "Random[SPACE]" resulted "Random3DDataGenerator" in my code when the is no "using System;" in the code. I had to ...
Eugene  Maksimov's user avatar
3 votes
1 answer
1k views

VBA: show intellisense without pressing Ctrl+Space?

I've had a good search if this is possible and I doubt it but can anyone confirm: is there any way to have the IDE provide intellisense in the same way as say Visual Studio in the .Net family i.e. it'...
Absinthe's user avatar
  • 524
0 votes
1 answer
508 views

enable IntelliSense for single .cs file in Vs2015

I am currently compiling my C# code using a batch file which calls the mono compiler "mcs" I'd like to use Visual Studio to edit my .cs file IntelliSense, however, neither auto suggest members for ...
Rasmus Søborg's user avatar
4 votes
0 answers
775 views

Visual Studio Code for Mac IntelliSense "Console" not working

Microsoft announced today that they have released Visual Studio Code for Mac, Linux, and Windows. I am trying to use IntelliSense for the keyword "Console" but nothing is showing up. I have tried ...
tylerlindell's user avatar
1 vote
2 answers
823 views

Powershell ISE 3.0 Intellisense for other programming languages

I really love using Powershell ISE - something about it makes me want to work with it; everything just fits together well, and it is smooth. Also I love the way intelligent autocomplete is ...
dgo's user avatar
  • 883
1 vote
1 answer
1k views

How to disable LESS intellisense in Visual Studio 2013?

I hate that VS intellisense tries to autocomplete nested selectors as attributes. How can I disable just this feature for LESS? -OR- How can I disable LESS intellisense entirely?
roydukkey's user avatar
  • 160
1 vote
1 answer
1k views

Can I update pycharm intellisense for python?

I want to know if it's possible to update Pycharm intellisense for python which doesn't care about capital or normal letters? It's a pain in the neck to try both each time. Currently I'm using pycharm ...
ehsan shirzadi's user avatar
5 votes
0 answers
297 views

Visual Studio 2012 Intellisense choosing the wrong item

This minor annoyance has started to really irk me lately. When coding, Intellisense often selects the wrong item from the autocomplete menu. This behaviour is common, but not completely consistent. It'...
roryok's user avatar
  • 692