intellisense

Multiline XML Comments in VB.NET and Visual Studio Intellisense

自古美人都是妖i 提交于 2019-12-17 18:44:24
问题 I'm trying to put newlines in my XML Comments in VB.Net. I've read two other posts about C#, XML multiline comments in C# - what am I doing wrong? Adding line breaks to comments for Intellisense But the suggested <para> or <br/> tags don't work. This, ''' <summary> ''' <para>Line one</para><br /> ''' <para>Line two</para><br /> ''' </summary> ''' <value></value> ''' <returns></returns> ''' <remarks></remarks> Public Property Speed As Double Still appears like this: How can I make this work?

How to enable Intellisense for JavaScript in Visual Studio Code

。_饼干妹妹 提交于 2019-12-17 18:34:35
问题 I want to use VS Code to try out the examples of a JavaScript book, but there's no intellisense, or at least I don't know how to activate it. In Visual Studio this feature works out of the box : But in VS Code, all I got is a message saying "There's no suggestions" What do I need to do to enable the intellisense in VSCode? Thanks. 回答1: Currently Unsupported JS intellisense doesnt work in HTML script tag - VSCode GitHub Issues #4369 Smart Javascript suggestions inside HTML files no loger

VSCode not auto completing HTML

时光总嘲笑我的痴心妄想 提交于 2019-12-17 17:42:14
问题 I'm having trouble with my new installed Visual Studio Code on Windows 7. On Mac the editor automatically closes html tags but on my Win7 not. I assume there must be some option to turn it on but I can't find any. I'm talking about when eg. writing <html the intelliSense pops up and you click enter, usually it automatically puts in the </html> mine's not working. (The IntelliSense pops up but when you select one of the options it doesn't auto close the tag: <h1> -> </h1> ) 回答1: From the 0.3.0

Visual Studio displaying errors even if projects build

喜你入骨 提交于 2019-12-17 07:59:31
问题 I have a problem with Visual Studio on a C# solution. It displays totally random errors, but the projects build. Right now, I have 33 files with errors, and I can see red squiggly lines in all of them. I tried cleaning / rebuilding the solution, closing Visual Studio and even restarting my computer. I also made sure to do the steps described in Debugging runs even with compiler's errors in Visual Studio. I can modify .cs files and I see the changes in the solution. Does anyone have an idea

Why doesn't VS 2008 display extension methods in Intellisense for String class

不羁岁月 提交于 2019-12-17 07:47:58
问题 Since String implements IEnumerable<char> , I was expecting to see the Enumerable extension methods in Intellisense, for example, when typing the period in String s = "asdf"; s. I was expecting to see .Select<char>(...) , .ToList<char>() , etc. I was then suprised to see that the extension methods do in fact work on the string class, they just don't show up in Intellisense. Does anyone know why this is? This may be related to this question. 回答1: It's by explicit design. The problem is that

AngularJS intellisense not working on Visual Studio 2015

被刻印的时光 ゝ 提交于 2019-12-17 07:14:43
问题 According to this post intellisense should also be working on the new VS 2015, but so far I only get intellisense for the angular object and not for the dependencies or my custom modules. Here's what I did: Added the angular.intellisense.js to the global javascript references at C:\Program Files (x86)\Microsoft Visual Studio 14.0\JavaScript\References Restarted VS2015 And then nothing, it just showed exclamation marks whenever I tried to use intellisense on a $http object. I also added the

Custom Intellisense Extension

主宰稳场 提交于 2019-12-17 05:50:41
问题 I am wanting to write an addition to intellisense in Visual Studio. Is it possible to extend at all, from my research I haven't found any samples or documentation on intellisense extensions. How can I get intellisense to show a simple HelloWorld message like the following (where hello world is added at run time to the intellisense for String): 回答1: So in Visual Studio 2010 and later, the extensibility APIs you want to at are under the Microsoft.VisualStudio.Languages.IntelliSense namespace.

Intellisense doesn't work for JavaScript in Visual Studio 2012

别说谁变了你拦得住时间么 提交于 2019-12-17 05:25:09
问题 I have a clean, out-of-the-box installation of Visual Studio 2012 Web Developer Express and for some reason the support for JavaScript (both jQuery, jQuery UI and other libraries) has disappeared. I believe it worked before and then for "no reason" it stopped. I've browsed the web as supposed to and discovered four discrepancies. I don't have the key HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0\JavaScriptLanguageService\ImplicitReferences in my registry. In fact, I don't even have

Intellisense doesn't work for JavaScript in Visual Studio 2012

人走茶凉 提交于 2019-12-17 05:25:08
问题 I have a clean, out-of-the-box installation of Visual Studio 2012 Web Developer Express and for some reason the support for JavaScript (both jQuery, jQuery UI and other libraries) has disappeared. I believe it worked before and then for "no reason" it stopped. I've browsed the web as supposed to and discovered four discrepancies. I don't have the key HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0\JavaScriptLanguageService\ImplicitReferences in my registry. In fact, I don't even have

MVC Razor view Intellisense broken in VS 2013/2015/2017

﹥>﹥吖頭↗ 提交于 2019-12-17 05:00:19
问题 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 is missing from the views folder. It appears to have not loaded the Razor editor correctly using the config files from both the root and the views folder and instead gives me errors like ... The name 'model' does not exist in the current context and ... 'System.Web.WebPages.Html.HtmlHelper' does not