intellisense

Visual Studio 2015 RC intellisense does not display parameter list

久未见 提交于 2019-12-09 15:03:03
问题 I have been using Visual Studio 2015 since CTP 6 and I have noticed that the IDE does not show the parameter list when I type the opening parenthesis "(". This is what I am expecting to see: In the screenshot above you see the the Create method has two overloads and this displays when I type the open parenthesis. But in Visual Studio CTP 6 and RC, nothing happens. I cannot see the overloads or the parameter list. Is this a bug? Is there anyway to fix this issue? 回答1: Here's the answer: Go to

Embedding Intellisense Xml Documentation in Assembly?

感情迁移 提交于 2019-12-09 14:21:42
问题 I have an assembly containing very thorough XML-based documentation, which is used through Sandcastle to generate the help-files for the product. We also use the output XML files for providing proper Intellisense in Visual Studio when programmers use the assembly obviously. In order to do this, it seems we have do both supply the user with the assembly ("assembly.dll") and the documentation ("assembly.xml"). Is it somehow possible to embed the documentation within the assembly, so we'd only

Visual Studio 2012/2013 Slow “List Members” Intellisense

匆匆过客 提交于 2019-12-09 10:14:57
问题 I am coding in VB.Net using Visual Studio 2012 (Premium, Update 3, ReSharper 8). I have the ReSharper intellisense deactivated and I am using the standard VS intellisense. For a while now I have been experiencing serious intellisense performance problems. My issue appears to be specific to the "List Members" subset of intellisense. Almost every time list members intellisense is activated it is taking around 2 seconds to load and display the list. The application hangs until the member list

How to use Typescript definitions to get Intellisense for my own Javascript services in VS Code?

自作多情 提交于 2019-12-09 09:10:40
问题 I am developing a backend server using SailsJS. It basically injects all model helper services, as well as my own services into the global namespace. It would benefit me greatly if I was able to get Intellisense for those services. I first set up typings and installed global type definitions for lodash and node. It works like a charm after creating a jsconfig.json and tsconfig.json files. Next I wanted to create a basic definitions file for my own services. I created a directory in typings

Visual Studio intellisense class suggestion

≯℡__Kan透↙ 提交于 2019-12-08 19:16:50
问题 Is it possible to make Visual Studio list all classes, and not just the ones from the imported namespaces? The only way I know of auto-importing types this way is to type in the class name exactly right, then right-click and import. Something like Eclipse, which can list all available classes as you are typing. 回答1: Not sure about Intellisense. There's always the Object Browser. 回答2: As mentioned here: Is it possible for Intellisense to search for classes in unimported namespaces like in

Is there a MATLAB editor/plugin/version with better code completion?

时光怂恿深爱的人放手 提交于 2019-12-08 17:38:09
问题 Comparing Visual Studio code completion with MATLAB R2008b 7.7 there are a few important features missing in the last one: Local variables completion Function, for, if auto ENDing But Visual Studio doesn't support MATLAB code. Is there any MATLAB plugin, editor or version with a better code completion? 回答1: On Windows, Notepad++ allows code completion of functions and words. 回答2: You could always take a look at MATLAB-Emacs integration (also deals with Vim in the article). Also, while we're

Looking for a C# code parser [closed]

半世苍凉 提交于 2019-12-08 17:05:51
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . I'm looking for a set of classes (preferably in the .net framework) that will parse C# code and return a list of functions with parameters, classes with their methods, properties etc. Ideally it would provide all that's needed to build my own intellisense. I have a feeling something like this should be in the

Is it possible for Intellisense to search for classes in unimported namespaces like in Eclipse?

岁酱吖の 提交于 2019-12-08 15:56:08
问题 In Eclipse, autocomplete works even for unused packages or namespaces. That means that if I have a class named DuckWrapper in a package, and in a class that didn't import the package DuckWrapper I press ctrl+space, it will display DuckWrapper and automatically import its package if necessary. Visual Studio however, doesn't show it in its autocompletion unless I added it first to the using list. Can that be changed? 回答1: This cannot be changed in a standard installation of Visual Studio, so

How to get Intellisense to only show the Properties or only the Events etc

落花浮王杯 提交于 2019-12-08 15:11:26
问题 I'm sure I'm not the only one who finds it a bit annoying when scanning say Events in Intellisense and having to wade thru all the Properties etc as well. Is there a way/plugin or something to allow the selection of only Events, only Properties etc? That would really be a big plus! 回答1: I'm pretty sure I've seen resharper or coderush have these options. Can't remember which - sorry. I also found this article 'Customizing Intellisense', which shows you how to do it in code. 来源: https:/

Visual Web Developer - jQuery Intellisense not showing

你离开我真会死。 提交于 2019-12-08 10:47:27
问题 I'm trying to follow this tutorial - http://www.dotnetcurry.com/ShowArticle.aspx?ID=231&AspxAutoDetectCookieSupport=1 I have both the vsdoc file and the main jQuery script files in the same folder, and when I include the jquery file, I get no intellisense when I start typing $(, but I do get intellisense when I include the jquery vsdoc file instead. Any ideas? I'm expecting vs to automatically load the intellisense from the vsdoc. Thanks for any help! 回答1: Check you have the hotfix for visual