intellisense Questions

2

When in a Razor .cshtml file, I want to create the line: @this.Html.LabelFor( x => x.Name ) However, after typing the first 'x', Visual Studio's intellisense attempts to auto-complete this fo...
Arachne asked 25/3, 2011 at 12:55

9

Is there a way to enable intellisense for Javascript files in a Typescript project? If I import a function from a javascript package like this: import foo from "js-package" and I'm in index.js, ...

3

Solved

Say I have the following generic class, which has two fields: one a string, and the other a totally arbitrary generic--whatever I want it to be at instantiation: class Parent<T> { stringFiel...
Ballou asked 16/7, 2021 at 21:44

4

Solved

I installed yapf using: conda install yapf and add next lines in my .vscode/settings.json file: { //"python.linting.pylintEnabled": true, //"python.linting.pycodestyleEnabled": false, //"pyt...
Beware asked 20/1, 2020 at 10:45

1

Solved

I have had this issue since I started using Tabnine for VS Code. I added inline suggestion mode in VS Code and it conflicts with the suggestion panel. I want my VS Code to work as follows: When typ...
Angadresma asked 13/6, 2023 at 7:22

7

Solved

I've been using Visual Studio Community for a few months now, but the sluggishness and project-based interface is not to my liking and having seen that Visual Studio Code has a python extension, I ...
Glisten asked 3/4, 2016 at 20:33

2

Solved

Given the following code, when we call the baz function, the typeahead will show 'a' and 'b' as possible values. However, if I want to provide additional documentation for each of those values, ho...
Astri asked 24/7, 2020 at 5:9

2

In VS Code I would like to be able to jump into other SCSS modules using path aliases as defined in tsconfig.json. Our Webpack/Vite build setup works fine (e.g. via sass-loader/options/sassOptions/...
Mugwump asked 23/2, 2022 at 10:31

5

Solved

I have this error in my vscode after I upgraded to PHP8. I tried to increase my memory_limit to 4GB or 8GB as this link described. also, I using the v2.3.14 (last version) of the PHP IntelliSense...
Aimeeaimil asked 1/3, 2021 at 16:2

10

Solved

I've been using Xcode 4.3.1 since it came out now and I've worked on many different projects since. Everything has always worked fine until this new project I'm working on. The code completion/code...
Grapery asked 24/4, 2012 at 21:52

2

I want to import <View from react-native but instead, what I got is react-native/types How can I fix this? This is a new project start from scratch and I added TypeScript like the doc guide: ya...
Reminisce asked 24/2, 2023 at 15:28

4

Solved

Since I installed VS2015 Professional, VS's IntelliSense function Edit.CompleteWord seems not to work anymore. So, if I have some unfinished code like Math.Rou (which should be Math.Round();) and ...
Veratrine asked 7/9, 2015 at 12:49

4

Normally, pressing enter accepts a suggestion on intellisense, but when I press enter, it does not accept the suggestion and inserts a line break. On pressing enter, I want to accept to the c...
Centime asked 30/12, 2022 at 21:2

9

I am using VSCode for more than a year and never faced this problem. The project I am working on is huge and VSCode is extremely slow when I am working on this project. I tried other projects and ...
Embrey asked 11/3, 2020 at 10:34

3

Everything worked fine until a couple of days ago. Whenever I create new widgets or create some files and want to use them, I don't manually type import package:... but start typing the name of tha...
Whittemore asked 21/11, 2020 at 2:17

23

Solved

I have an existing project written in VS2010 which when loaded in VS2010 works perfectly. When I load this same project in VS2013 the MVC Razor views contain lots of errors as if the config file i...
Butadiene asked 3/4, 2014 at 8:50

5

Solved

I am using IntelliJ IDEA 15, and I noticed that (by default) Eclipse offers a much more convenient auto-completion, when it comes to writing method calls, which require multiple parameters. Eclips...
Acosmism asked 16/2, 2016 at 2:45

6

Solved

I am having issues with .NET core and tag helpers. The color coding and the intellisense are not displaying or being registered when I type in asp-for. I've tried creating a new solution in a separ...
Neodarwinism asked 2/12, 2016 at 3:17

2

Solved

Intellisense: not working with conda (above), working fine when normal Python (below) As shown above, Intellisense does not work in VS Code when Conda Environment is set as Python interpreter, it i...
Agreeable asked 12/8, 2020 at 11:56

4

I started learning C++ a few days ago using Visual Studio 2012. I'm used to programming Java with IntelliJ IDEA and there you always get shown the documentation and expected arguments when calling ...
Reneareneau asked 12/4, 2013 at 14:43

2

My project structure is like this: ---- apps ---- libs -------- index.ts -------- commmon -------- service ------------ index.ts ------------ src ---------------- index.ts ---------------- goods --...
Dole asked 23/3, 2023 at 8:33

8

I'm using the tailwind CSS intellisense vscode extension, and it seems to only work when typing inside a className property. I'm using a package called cntl https://www.npmjs.com/package/cntl to he...
Doglike asked 13/3, 2021 at 14:56

3

Solved

I started working as a research fellow at my university and was instructed to develop a component for an already existing application written in C++ using an in-house framework, also developed in C...

3

When I create a new Console App (.NET Framework 4.8), and try to use C# 8's nullable reference types, I see the following: And, I get this warning in my build output: warning CS8632: The annota...

1

How can I search symbols (e.g. class) with partial words in VS Code and IntelliSense? In VS Code, it's possible to look for files with partial words. For example, it's possible to locate a file thi...
Prostration asked 15/1, 2020 at 13:17

© 2022 - 2024 — McMap. All rights reserved.