Expression > 論壇首頁 > Expression Blend + SketchFlow > How do I get Intellisense for C# editing Silverlight?
發問發問
 

問題How do I get Intellisense for C# editing Silverlight?

  • Sunday, 28 June, 2009 17:47drowblade 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    I haven't got Intellisense when I edit C# code behind files launched from within Expression Blend. How do I get it / fix it?

所有回覆

  • Monday, 29 June, 2009 2:31prasad22MVP使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    I am able to see the intellisence for c# in Silverlight app using blend. I use expression 3 preview.
    which version are you using ?

    if you are expecting any control to be displayed first you have to give control name. when you drag and drop any control on artboard using blend there will be no control name by default.

    I hope this will help you :)



    Prasad - www.beautifulmind.blog.co.in
    Microsoft MVP
  • Friday, 3 July, 2009 23:34drowblade 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    Thanks for that. I get a C# Intellisense if I open my Visual Studio project and load the project manually, but not if I double click a .xaml.cs file from within Blend. Is there Intellisense for XAML editors?
  • Saturday, 4 July, 2009 2:28prasad22MVP使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    I am able to see Intellisense in WPF/Silverlight using Blend 3 Preview. which version are you using ?

    Prasad - www.beautifulmind.blog.co.in
    Microsoft MVP
  • Friday, 17 July, 2009 14:26RockwellDesign77 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    Hi Prasad, I am having a similar issue. C# intellisense does work for me in Blend (Blend 3 RC) but not for everything. For example if I have a named component, intellisense will not pick up on it through Blend, only in Visual Studio. Another example is the following line:

    myGrid.Visibility = Visibility.Visible;

    the myGrid does not pick up ( although it is defined in the Xaml)
    the .Visibility does
    the second Visibility does not
    and the .Visible is not an option under the list that appears after typing the ".", but I am able to use this property and it works correctly.

    Thanks and I hope I was able to help add some detail to this issue