intellisense Questions

0

Every time I connect to Remote Linux Server via VSCode, there's a notification popping up - Initializing JS/TS language features. The relevant extension to this is probably "TypeScript and Jav...

2

TL;DR: How do you include a tsconfig.json file in Visual Studio 2017 and still have JavaScript intellisense work like it does by default, giving code hints both for your own code and 3rd-party libr...

4

Solved

I don't want word completion for Markdown files in Visual Studio Code, how do I disable it? Ideally, for Markdown only but in the worst case, even a global switch would be good.
Infidelity asked 8/8, 2016 at 15:9

2

Solved

I realized today that I spend more time swatting away Intellisense popups than I do using them. I still want to use Intellisense but I'd like it to show up after a delay (say 1 second). I am usin...
Interpleader asked 16/1, 2017 at 19:51

10

I have just downloaded unity and saw that now it supports Visual studio code, I downloaded it and made it the default editor. After trying to edit a script, it prompted me to download c# extension...
Hochstetler asked 5/12, 2016 at 21:8

3

Solved

CodeSandbox editor used to auto generate the corresponding close tag for the current tag. For example: <div> // THEN IT WOULD AUTO GENERATE THE </div> TAG But don't know exactly when,...
Pontius asked 16/9, 2020 at 13:8

2

Solved

I have a big CSS file(3.5MB) that VS 2022 doesn't seem to pick up and provide classes suggestions. Is there any way to increase the analysis limits of IntelliSense and provide code completions?
Florencia asked 28/11, 2021 at 23:48

2

Solved

Visual Studio Code suggests the right parameters for well defined methods as you type them. Is there a way to take them over / insert them straight away? Doesn't feel right to write the parameters ...
Sparker asked 3/4, 2016 at 22:19

14

I have noticed a weird issue with Visual Studio 2019 v16.0.1 the IntelliSense about "Using directive is unnecessary" normally grey is missing and type reference suggestion for missing using is not ...
Hearth asked 13/8, 2019 at 9:25

5

Solved

I have defined a class with multiple constructors so that the underlying interfaces are immutable once the object is instantiated. I would like one of the constructors to be the "default" construct...
Locklear asked 2/8, 2010 at 20:5

1

Solved

Version: 17.0.1 Professional I can't use any snippet. I'm having a hard time, especially on Razor. Help please
Lackluster asked 19/11, 2021 at 7:9

6

Solved

Visual Studio 2013 (vs) compiles a solution fine when manually building (i.e., it reports "Build succeeded", there are no errors in the error list, and running a program shows the latest changes). ...
Vidovic asked 31/7, 2014 at 13:59

4

I recently moved my react repo into a single mono repo under /client. I installed the node_modules using yarn install when in /client VS code intellisense is suggesting that I import from hoist-non...
Montagu asked 3/9, 2021 at 0:35

2

I use Microsoft Visual Studio 2012. When I put code examples into XML comments of C# classes/methods, I wonder: how will user that references my assemblies see that code example? I tried to referen...
Ignacioignacius asked 29/10, 2014 at 16:57

2

In Vim, I love using: Ctrl+X, Ctrl+F to trigger code completion using local file names. Ctrl+X, Ctrl+L to trigger completion of full lines from open files. I'd like to have the same features in...

12

Solved

We are currently evaluating the new Visual Studio 2015 and encountered a strange problem with IntelliSense. When I compiled our main solution with the new studio the build succeeds, but nevertheles...
Rhinitis asked 11/8, 2015 at 13:49

6

Solved

I have been struggling with a really annoying behaviour of Visual Studio Code recently. Whenever I try to use the JavaScript spread syntax VSCode automatically autocompletes the next piece of code ...

3

Solved

From what I can see, currently Visual Studio Code for Lua supports only syntax colorization and we can have formatting and some snippets with extensions. What I need to know is if there are or is p...
Dilly asked 10/10, 2016 at 16:50

1

Solved

By default, Visual Studio 2019 Intellisense uses automatic completion instead of Tab-only completion for all files. On a per file basis, you can "Switch between automatic and tab-only Intellis...
Obstacle asked 18/8, 2021 at 18:18

4

Solved

I have installed the C# extension in VS Code. The problem I am having is, after using a code snippet prop, Intellisense no longer suggests variable types. This happens with other things like ctor a...

5

Solved

i'm using vscode for python3 in Ubuntu. Error-squiggle-lines have stopped working for Python(it works for other languages). And I am using Microsoft's Python extension. vscode v1.41.1 Ubuntu v18.04...
Albric asked 14/1, 2020 at 18:12

9

Solved

What I must do to make Server.MapPath work? I have using System.Web; what else? When I type Server there is no quick result option (intelli-sense) for Server. Any help?
Guidon asked 19/6, 2012 at 16:59

2

I work on an Angular application, with some of the code grouped into their own (npm) projects so they can be referenced by other applications. When I write code within the app folder, VSCode's Inte...
Luxate asked 23/6, 2020 at 12:14

4

I am currently writing code for a project, specifically interfacing with sensors via an STM32 Nucleo F411RE board. I set the pins/peripherals etc. using STM32CubeMX, then generated the code with th...
Trickish asked 10/12, 2018 at 20:58

2

Solved

I'm coding an Angular application using VSCode and sometimes I want to learn more about a tag that I come across. For example, let's say I encounter a tag <display-active-users> and I want t...
Taste asked 4/9, 2017 at 4:31

© 2022 - 2024 — McMap. All rights reserved.