intellisense Questions
2
Solved
Normally when I used to type in my VSCode editor, the intellisense showed all the possible suggestions for the entered query.
However, now as I type, only one suggestion is shown that best matches ...
Trentontrepan asked 11/11, 2020 at 15:31
2
Solved
When editing text on visual studio code, when I use autocomplete for something (like in the picture)
https://i.sstatic.net/0WKnm.png
It highlights my text (while typing) and autocomplete stops wor...
Aquamanile asked 20/4, 2020 at 12:17
7
Solved
When trying out these tutorials (T4 Tutorial: Creating reusable code generation templates) I noticed that although I was using plain c# I didn't get any intellisense, probably because of the file e...
Trujillo asked 7/1, 2009 at 15:39
3
Solved
Edit: Vidual Studio Code and Visual Studio are 2 different things. Yes it's confusing but I know that VS has this feature, I'm asking about VS code.
Is there some extension/setting that makes Visu...
Stoller asked 28/12, 2018 at 20:42
1
I'm working on my React Native (TypeScript) app and today, all of a sudden (nothing updated, no settings changed) my Intellisense started showing only first suggestion, no matter what:
This proble...
Joceline asked 1/11, 2020 at 15:58
4
Solved
On a certain solution the "Remove and Sort Usings" option does not work.
It sorts the Usings correctly, but does not remove any unnecessary ones.
The IDE is flagging the unused ones correctly, but ...
Huei asked 26/3, 2020 at 23:12
3
I'm currently working in a Shopify project which I have integrated to work locally. I'm using Visual Studio as my IDE which is super awesome. When working with .liquid files, I treat the extension ...
Gogetter asked 31/5, 2016 at 0:54
5
I'm using Visual Studio 2010 and ReSharper 5.
I define this at the top of a .cs file.
#if X86
using size_t = System.Int32;
#else
using size_t = System.Int64;
#endif
Then I can use size_t and kn...
Runic asked 9/4, 2011 at 18:38
5
I have tried this:
JQuery intellisense in Visual Studio Code
and this:
http://shrekshao.github.io/2016/06/20/vscode-01/
But it does nothing, VS Code just won't add jquery intellisense, I've bee...
Illusionist asked 21/1, 2017 at 8:40
1
In RStudio, function variables, parameters or arguments are displayed by pressing tab.
While VSCode has a lot of features, I cannot find a similar one for Python.
I found a way for VSCode to show m...
Nahama asked 30/9, 2020 at 19:26
2
Solved
What the title says.
I don't mind them being in the "Error List" because they're only marked as "Messages" so they can easily be filtered, but I'd like to hide the dots in the c...
Knisley asked 19/8, 2020 at 21:5
3
Solved
I'm using a virtual environment and I have selected the right interpreter.
Now even after I cmd + p > reload window and
import torch.nn as nn
I don't get any suggestion righting nn. on vsco...
Alesiaalessandra asked 12/3, 2019 at 14:56
4
Solved
I want to use code snippets in VS Code. But when I type, for example, for in javascript file, the IntelliSense doesn't suggest snippet "for-loop" - I need to manually scroll the dropdown ...
Brimful asked 16/6, 2016 at 15:35
3
I added the <returns> xml tag to some of my methods but I can't see its content in IntelliSense.
Here is my code:
/// <summary>
/// we all live in a yellow summary
/// </summary>...
Gemmulation asked 17/3, 2010 at 16:39
0
I'm using Visual Studio 2019 16.7.2 to open a CMake project that uses header files and libs located inside an absolute C:\dependencies path. However, that path is never directly referenced in CMake...
Dynamometry asked 25/8, 2020 at 10:18
0
Given this code for example:
// src/index.ts
export function hello(props: {
type: 'boolean';
params: {
bool: boolean;
}
}): void;
export function hello(props: {
type: 'string';
params: {
str...
Lumen asked 24/8, 2020 at 7:24
17
Solved
Just recently, my Visual Studio 2010 stopped displaying IntelliSense suggestions automatically while I am typing. I can still press ctrl+space to get it to work, but it doesn't automatically show a...
Karat asked 7/12, 2011 at 18:11
2
I'm using Vuejs inline template components where we register the component in a javascript file and the template in html.
the component looks something like this:
Vue.component('compare-benefits', ...
Hessian asked 5/8, 2020 at 17:0
4
Solved
I am baffled. The usual shortcuts worked yesterday when I left for home. Today I started the computer, opened the project, and before writing a single line of code, wanted to collapse to definition...
Deaden asked 20/3, 2014 at 11:18
1
Solved
Visual Studio Code Version: 1.47.3
I was making javascript and typescript projects non-stop for about 5 months now. Until a week ago the vscode intellisense was perfect.
But now, is really bad. No...
Letterperfect asked 7/8, 2020 at 11:18
1
Solved
I'm not sure if these are the correct terms, but in some tutorial videos I've watched, I've seen terminal "auto-completing" some commands in some sort of intellisense. For example, one st...
Pastelist asked 1/8, 2020 at 18:0
2
Solved
When typing code, I really like the intellisense feature of Visual Studio 2010 (Professional), especially that I am able to look up XML comments of types in use. (See Documentation from Microsoft)....
Chronometry asked 27/12, 2011 at 14:31
5
Solved
I've just started CUDA programming and it's going quite nicely, my GPUs are recognized and everything. I've partially set up Intellisense in Visual Studio using this extremely helpful guide here:
...
Badmouth asked 19/5, 2011 at 16:8
3
Solved
I'm new to WebStorm, and fairly new to Node development. I am working on an existing project, and want to have code completion for my node_modules. More specifically, I'm using Chai and WebStorm do...
Cirrostratus asked 6/9, 2016 at 10:17
1
I have a JavaScript project opened in VS Code. There is nothing fancy there, all *.jsx? are in src folder, files bundled by webpack are stored in dist, there are couple of dependencies described in...
Rack asked 8/7, 2020 at 7:54
© 2022 - 2024 — McMap. All rights reserved.