C# Intellisense Q...

F

FDude

OK, when declaring a variable in C#, I can hit CTRL + SPACEBAR and up pops a
list of all the types I can use. This is good. I can also use this with
attributes - I hit CTRL + SPACEBAR after I enter the [ and up pops the list
again. Nice.

Problem? CTRL + SPACEBAR will not work (pop up the list) when I am
designing methods in my class and want to use the intellisense for my
parameters the method will accept. So the incomplete method code sample
below:

Public void ThisIsMyMethod(

....after entering the ( and hitting CTRL + SPACEBAR, no list pups up with
those handy list of types I can use. Why?
 
F

FDude

Upon further investigation....the attributes do work, but not when using an
attribute on a class declaration.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top