VS 2008 Change Intellisense?

Apr 8, 2009

I don't know if it's possible, but i want to change some of the defaults intellisenses. For example when i write try and press enter, the IDE puts the catch ex as exception and the end try, but i want that the finally word it's added too.

View 11 Replies


ADVERTISEMENT

C# - Change The Order Of Constructors Listed In IntelliSense In Visual Studio?

Aug 2, 2010

I have defined a class with multiple constructors so that the underlying interfaces are immutable once the object is instantiated. I would like one of the constructors to be the "default" constructor for when a user types the following in Visual Studio:

var obj = new MyClass( Dim obj As New MyClass(

Currently when I go to instantiate the object, the constructors aren't listed (in Visual Studio IntelliSense) in the order I declared them in my class. Is there a way to mark up my constructors so that their methods appear in a particular order during instantiation in Visual Studio IntelliSense?

View 4 Replies

.Net 2008 IntelliSense Odd Behavior?

Jul 26, 2011

I am primarily a C# developer; however, I am currently working on a project for a client who preferred VB.net. I have managed to switch over fairly well, with one frustrating exception. When editing a C# file in Visual Studio pressing enter will select an item out of the IntelliSense window and keep the cursor at the end of the selected statement.

However, when editing a VB file, pressing enter selects the item out the IntelliSense popup AND moves the cursor to the next line. I realize that this is a small thing, but it drives me crazy, because it makes it really hard to switch between C# and VB projects.

I have searched for everything I can think of in Google and found nothing. Does anyone know of a way to change the IntelliSense selection behavior?

View 2 Replies

VS 2008 Intellisense, Indexed Properties?

Sep 26, 2010

I've wondered this for a while, when I hover over an object's properties when the program is paused (from a breakpoint) I can see the values of each property but when it comes to a collection it wont list the objects in the collection unless I specify an index, how do I specify an index?Basically I have a form with a ToolStrip that has 12 items in it, I would like to see what the 12th item is but can't because it's an indexed property.

View 2 Replies

VS 2008 Intellisense Sensitive Comments For Enum?

Mar 28, 2010

I've found the ability to make meaningful Intellisense-enabled comments on my functions and sub routines absolutely priceless.

I'm wondering if I can do the same when an Enum is defined. I'd like for each Enum highlighted in the drop list to have some information associated with it. Can that be done?

View 3 Replies

VS 2008 TableAdapter.Update Method, Not Available In IntelliSense?

Jul 7, 2011

I have a TableAdapter I created in the DataSet designer. It contains joined tables and I set it up to automatically generate Insert/Update/Delete commands. I understand that I have to write my own UpdateCommand. I did so, in the DataSet Designer, for this particular TableAdapter.

The issue is that the Update Method is not showing up via IntelliSense, when I attempt to write code like this:

vb.net Dim x as Integer = Me.DPTableAdapter.Update(), IntelliSense does not show the Update Method with the parameters I set up.I created the same exact method with another TableAdapter, in the same manner, and it worked just fine.

I also call EndEdit on the BindingSource, I just did not put it in this post.

View 15 Replies

Intellisense For Member Override In 2008 Express Edition

Sep 1, 2010

If I override a member (e.g AutoSize in the Button Class), then the intellisense no longer appears in the editor, forcing me to re-decorate the property. Is there an option somewhere that I need to check? ETA: Here's a code sample:

[Code]...

The intellisense explaining the AutoSize property doesn't appear.

View 1 Replies

VS 2008 Subs/Functions Intellisense Listing Values To Parameters Upon Using It

May 30, 2010

I'm almost sure that I've seen this somewhere, but I can't find it anymore. Or maybe I'm imagining it, which would'nt be strange either.

When creating a sub or function and adding parameters used when calling it.

-Is it possible to list the parameters that I can enter when using it somewhere in my code?

E.g.

Public Sub MessageMain(ByVal Message As String, ByVal MessageType As String (List of possible values for MessageType)) Same for example as when you have boolean values in a sub/function. As soon as you use that somewhere in your code intellisense will present you with True/False to select.

I'd like the same for parameters in subs or functions I create and calling them from somewhere in my code. Saves me the trouble of remembering which options are available for those parameters.

View 8 Replies

VS 2010 Upgrade From 2008 To 2010 - Now LINQ - IntelliSense Is Not Working For LINQ Stuff

Apr 20, 2010

I just upgraded a project from VB 2008 to VB 2010. Before, the project did not use LINQ. I have started implementing it. So, I have updated the target framework from 2.0 to 3.5, and added a reference to System.Core, and imported the namespace System.LINQ to the entire project and also imported System.Data.LINQ into the form I'm working with (because it was not available in the list for Imported Namespaces in the references tab).

It's not throwing any errors now, but my IntelliSense is not working for LINQ stuff.

For example... I write this:

[CODE]....................

Then, if I type S. on the next line, the IntelliSense doesn't grab what it should for S (Only get Equals, GetHashCode, GetType, ReferenceEquals, and ToString, instead of the options I should get like Count, First, FirstOrDefault, etc...). If I Type S.First. then its the same thing, no IntelliSense that lists the available fields for S, just the standard options (Equals, GetHashCode, GetType, ReferenceEquals, and ToString). I should be seeing my column names in my table when I type S.FirstOrDefault.

So any ideas what is going on? When I type the code, for example, MessageBox.Show(S.FirstOrDefault.FirstName), it works perfectly. But it doesn't change the casing of the text (so it would read s.firstordefault.firstname) and no intellisense while doing it. But no errors. BTW - Everything works perfectly when creating a NEW VS 2010 application, it's just my projects upgraded from Visual Basic 2008 that have this issue.

View 2 Replies

IDE :: Exiting Out Of Intellisense?

Mar 14, 2010

I find myself frequently turning off Intellisense because it adds wrong choices to my code. For example if I try to type "i " (without the quotes) it causes "int " to be put into my code. If I type "for " it may put "form " into my text.

Reaching for the ESC key constantly slows down my typing. (It's such a long way to reach for small hands). Is there an alternative way to exit out of intellisense without the highlighted choice being placed into my code, or is a way I can define a different key for this purpose?

View 2 Replies

IntelliSense In Xml Literals

Sep 2, 2009

is there a way to enable IntelliSense for XML literals in VB9 (VS 2008)?The ideal source of IntelliSense is an XSD document, but I can use anything else format to do it.

View 2 Replies

Property Get / Set Using IntelliSense?

Sep 28, 2011

I do not get intellisense working when creating a Property. How do I get intellisense to work here? Intellisense seems to work otherwise, just not with the Get / Set instantiations.

View 9 Replies

.Net Lambda Expression With No Intellisense?

Mar 9, 2011

Using lambda's in VB.Net results in no intellisense. Is this a bug with VS2010 or expected? Note that it works fine in C#

Return Array.TrueForAll(chequeColl, Function(x) x.Number <> "N") 'No intellisense Number does not appear
Return Array.TrueForAll(chequeColl, Function(x As MyClass) x.Number <> "N") 'Now casted intellisense appears

UPDATE: Here's an example

Public Class Cheque
Public Property Id As String
Public Property Status As Byte

[code]....

View 1 Replies

C# IntelliSense Delayed Compared To .NET?

Jun 6, 2010

In VB.NET projects, errors are highlighted immediately after cursor leaves the line. In C#, I have to wait several seconds for IntelliSense to highlight it. Also, the C# version doesn't show all project errors in "Errors List", unless you start to build it. Actually, it seems to work differently in every way. Is it possible to adjust that behavior?

I am using both Visual Studio 2008 and Visual Studio 2010.

View 2 Replies

Coderush Intellassist Vs Intellisense

Sep 26, 2011

I'm using coderush with vs 2008. coding in VB.net. I don't see any evidence of Intellassist, all i see is the usual VS intellisense. Is this normal? Preferred? Do most people leave the defaults or do most/some turn off vs's intellisense? Does intellassist somehow argument intellisence?

View 1 Replies

Commandbuilder Not Recognized By Intellisense?

Apr 13, 2010

i know someone will say this belongs in database programming but i don't think this problem is to do with databases and is more to do with visual studio.

when i start to type oledb.oledb..... intellisense would usually give me an option for oledbcommandbuilder. in the current program i am doing for coursework this option is not given. i can choose oledb.oledbcommand but i do not know how to use it (too advanced for A-levels, yes i'm british) if i actually type oledb.oledbcommandbuilder visual studio does'nt show an error in my error list. so what is going on? how can i get visual studio to recognise oledb.oledbcommandbuilder?

View 1 Replies

Enable XML Intellisense In A C# Class?

Aug 17, 2010

Is it possible to enable XML intellisense in a C# class as it is in the VB editor? Similar to this article's prescriptions:

[URL]

Would like to not have to use xsd.exe to generate a class from the XML.

View 2 Replies

IDE :: Intellisense, Use Enter To Choose?

Apr 5, 2012

I want to use Enter instead of Tab to choose from the intellisense list(This is in VB)From what I can se from this rather old post [url] it was not possible. Has anything changed from there? I use Visual Studio 2010 Ultimate.

View 4 Replies

IDE :: VB Intellisense In Access 2003?

Dec 1, 2010

I'm doing database development in Access 2003, and the Visual Basic portion of it is acting up. It seems to be "refreshing" itself constantly. Two very frustrating problems are occurring because of this: 1) Intellisense for properties and such pops up but immediately disappears and turns red and 2) it's automatically checking the syntax of lines before I can finish typing them.

The problem seems to be intermittant. Some forms in the database operate fine while others immediately turn the line red two seconds after I start typing. I am having this problem on both of the computers that I use on a regular basis.

View 2 Replies

Intellisense Not Recognizing New Controls?

Jun 10, 2011

I've added two labels to my form, named them appropriately, and then went to the code to do my thing.Intellisense is not picking up the 2 newly-added controls! I opened the .Designer.vb file for the form and I can see they are in there. I tried "cleaning" the project as well with no luck.

View 13 Replies

Intellisense That Are Are Coming Out Are 'created'?

Apr 29, 2010

i want to create a view but when i'm typing CREATE the only intellisense that are are coming out are 'created', 'createobject', and 'createparams'

when i try to type 'create' only.. there is a wiggly line on that word..

View 3 Replies

Intellisense Window Can't Be Resized?

Jun 1, 2010

One of the things I was doing was renaming controls on the form to understandable names and a couple of times I would use a variable name for a control on the form that I hadn't actually renamed yet and since I know what the name would be, I went ahead and coded the routines with the new name (knowing it would produce the compile errors) and when I was done, I switch to the form view and for whatever stupid reason it refreshed itself like it was re-compiling the form (I never clicked re-build, or build solution since I had those 16 compile errors) and VS didn't display the form, it displayed the error tab with the stack trace.... that became a huge problem because then I couldn't rename the control which would fix the compile errors. Why the heck is the IDE doing that?

It shouldn't be re-rendering the form, or if it does it shouldn't be erroring because I never re-built the project. I ended up renaming the variables to something that would compile, then I went back to the form, changed the name of the control and went back to the code window and noticed, I couldn't re-do the name changes. I don't know if a bug report has been sent to MS, but that's something they should probably fix.

I also noticed that the intellisense window can't be resized like I used to be able to.All-in-all I've had my first actual VS 2010 project and there's a lot of things that are bugging me about the IDE and I'm thinking of skipping this one and migrating from VS 2008 to VS 2012 (or whatever the next one is) when they've gotten the IDE more normal.

View 1 Replies

Intellisense XML Comment Tooltip

Mar 25, 2009

I have read that it is possible, but how do I use them in VS2008? I would like to start commenting class's commands and properties, but I can't find how to.[URL]

View 1 Replies

Regarding Controls Properties And Intellisense?

Dec 9, 2010

1) How is the Name property hidden for controls for the Properties window yet it is shown in Intellisense?

2) For a System.Windows.Form.SplitterPanel the Name property is not shown in either but you can still Get or Set it.

[Code]...

View 5 Replies

.net - Get Intellisense To Display The Meaning Of An Enum Value?

Sep 1, 2010

get Intellisense in Visual Studio 2005 to display the meaning of individual enum values for a VB.NET project. This already happens for enums that are a part of the .NET library?

View 2 Replies

AllowDrop Doesn't Appear In Intellisense Menu

Dec 21, 2009

Why does the AllowDrop property in VB.net not appear in the intellisense menu of a control?

Also why is it not in the propeties window of the designer?

View 1 Replies

Asp.net - LINQ Intellisense Stopped Working?

Feb 13, 2010

What happend to my Intellisense?When I type a line like this ...

Dim users = (From u In Membership.GetAllUsers Select u.UserName)

I get (almost) no Intellisense when I get to the Select u. part. Only Equals, GetHashCode, GetType, ReferenceEquals and ToString appears. Not "UserName" and the other relevant propeties of the MembershipUser class.The code compiles and works just fine.

View 2 Replies

Can IntelliSense Be Exported To Text File?

Jan 14, 2009

I'm trying to write some documentation for a webservice that has been provided by one of our vendors for an application we're integrating. A bunch of the interface is custom objects defined in the web service itself. The vendor has put up significant resistance to providing any documentation for this application and so I've taken it upon myself to do their job for them [against my better judgement]. The documentation they have provided frankly is embarrassing and I'm trying to make as short work of this as I possibly can to put some good quality docs together.

I know that as I don't have access to their source, I can't just run it through nDoc/Sandcastle to spit out an API doc, but I was wondering if (as a half way house) there was an easy way to export the intellisense to a text file without me having to write a utility to specifically iterate through each of the object types defined and reflect the members out to text? If I could do this, it would at least make sure that I have a good quality document structure where I can just fill in the blanks. Having to skip back and forth to Visual Studio to check the intellisense for every class member is a very laborious way of doing this.

View 7 Replies

Fix The Intellisense On A Custom HtmlHelper Extension?

Nov 17, 2011

Using VB.NET with MVC3 and Razor.I have a test page for a custom extension to htmlhelperVisual Studio tells me the view is not ok :

code of index.vbhtml (view)
<h2>@ViewData("Message")</h2>
@Html.CustomLink("text 321312"eas?

[code].....

View 1 Replies

Get The Data Intellisense And Name-space Completion?

Jul 7, 2009

WHERE the values for intellisense and namespace/class/member completion works. I figured if I can drill into where/how it is deriving that data I can try to reconfigure my project so that it will resolve my namespaces correctly.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved