intellisense

reference path re javascript intellisense

自作多情 提交于 2019-12-03 06:57:56
问题 I am trying to get intellisense in VS2008 in a js file, foo.js, from another js library/file I've written but cannot figure out the reference path ?syntax?/?string? The library is in a file called common.js which is in the same folder as foo.js I'm working on. Here's the paths I've tried... /// <reference path="../../scripts/common.js"/> /// <reference path="/../scripts/common.js"/> /// <reference path="../scripts/common.js"/> /// <reference path="/scripts/common.js"/> /// <reference path=

Visual Studio's “auto-resolve” feature doesn't work for extension methods - what now?

女生的网名这么多〃 提交于 2019-12-03 06:38:08
I love the "Resolve" feature in visual studio. Typical scenario: Type in Debug Type . Notice that no intellisense appears Right-click Select Resolve Choose using System.Diagnostics or System.Diagnostics.Debug Beautiful. Use it all the time. Extension method scenario: Type in var maxNumber = new int[] {1, 2, 3, 4} Type . Notice that intellisense brings up array methods but no LINQ extension methods Manually type Max() Right-click Max() No Resolve to be found Right click on int[] Still no Resolve to be found Begrudgingly scroll to the top of the page and enter using System.Linq; * *assuming you

Uninstall of CodeRush and ReSharper - Intellisense Not Working

你离开我真会死。 提交于 2019-12-03 06:30:52
问题 Install order: Visual Studio 2008 ReSharper Uninstall ReSharper CodeRush with Refactor Pro Uninstall CodeRush with Refactor Pro Now my intellisense doesn't work. Any settings I should look at before I try a uninstall / reinstall? I'm sure there must be something buried in the Options that these plug-ins hook into or override. 回答1: Here are a couple of settings to check: Tools > Options > Text Editor > C# > General > Statement completion "Auto list members" and "Parameter information" should

How to automatically refresh the SQL Server Management Studio intellisense cache?

筅森魡賤 提交于 2019-12-03 06:22:42
问题 In SQL Server Management Studio if the user creates new table columns, tables, etc. the user needs to refresh the IntelliSense cache using CTRL + Shift + R . Is there a setting or some way to automate this so it can automatically be refreshed right after inserting a new table, etc? 回答1: I don't know that there is a way to automatically refresh the cache without manually pressing Ctrl + Shift + R (or equivalent, e.g. the menu). The reason is that when the app talks to the database too much,

VS2015 - IntelliSense not working in razor views in a class library

依然范特西╮ 提交于 2019-12-03 06:07:56
I am having a hard time describing the exact issue, but is appears to be "just" an IntelliSense problem that only shows in razor (.cshtml) views. Been looking at this for 2 days now so I could really use some help. I am using VS2015 Pro, started a new Web MVC application (WebApplication2 ) using the standard template. Inside that application everything works just fine. Now I have added a class library project (the default one, not the "Package" template), and added the WebPages, MVC and razor nuget packages to it (in case that is relevant). The problem becomes visible as soon as I create a new

Xamarin.Android Intellisense not working in Visual Studio 2010

青春壹個敷衍的年華 提交于 2019-12-03 06:04:35
问题 I'm testing out Xamarin.Android in Visual Studio 2010 and have noticed that I have no Android Intellisense when I'm working in an Android Layout (.axml) file. However, I do get Android Intellisense when I'm working in a .cs file. Example: Here is a screenshot of my Main.axml file that lives in my Layout directory. Notice how the intellisense doesn't contain anything within the Android namespace. What do I need to do to get intellisense to display the Android namespace in a .axml file? 回答1:

React intellisense in Visual Studio Code

折月煮酒 提交于 2019-12-03 05:51:20
问题 I'm sure I'm missing something simple, but I simply can't get React.js IntelliSense to work in Visual Studio code. I have done the following: npm install typings ext install Typings Installer in Visual Studio Code ext install Typings in Visual Studio Code typings init in the root directory of my "app" typings install --ambient react-global in the root of my "app" restarted Visual Studio Code That's created a typings folder. My app is structured in the following folder structure: ├───public │

IntelliSense for Data Binding not working

☆樱花仙子☆ 提交于 2019-12-03 05:36:58
After a couple of hours trying to debug an issue with data-binding that was caused by a mistyped property in a Binding extension. Once I noticed the mistake, the realization that if IntelliSense was available I may have not made the mistake in the first place. As a Visual Studio user who is used to error/warnings when mistyping a name; perhaps I'm spoiled, but the lack of IntelliSense led to the error. I did some research and I found that Intellisense for Data Binding is available is Visual Studio 2013 which I'm using (Ultimate edition). I tried creating a simple WPF app following the second

No Intellisense in views updating from ASP.NET MVC 4 to MVC 5

纵然是瞬间 提交于 2019-12-03 05:34:08
问题 I just updated an mvc4 project (using vs2012) to mvc5. After having a lot of issues related to dependencies, I finally found this tutorial and straightened things up so that it builds without issues However, I have to intellisense for any of the views (.cshtml files): @using, @model, @html.*, @styles... nothing works. I must have broken the reference to the razor view engine not being able to parse them properly. I have double checked the web.configs and cannot see anything. Any ideas? Thanks

How can I get Aptana's code assist to work with Google Maps API v3?

耗尽温柔 提交于 2019-12-03 05:30:23
问题 There's a Google Maps API v3 Visual Studio Intellisense Helper, which presumably works great for Visual Studio, but Aptana (based on Eclipse) uses a different JavaScript documentation format - ScriptDoc (.sdoc files). ScriptDoc is also the name of a VS utility to convert JS files with Intellisense comments into XML, just to confuse things. I've tried adding the Intellisense files as file / global references in Aptana, but all this gives is completion for the word google and no completion or