Visual Studio Code Completion

  1. #1

    Visual Studio Code Completion

    Typing in @Html.X. I am expecting to see the Code Completion for the Ext .Net classes.

    Why is this not working?

    Thank you
  2. #2
    Hi @elector,

    You should type
    Html.X().
    Does it work?
  3. #3
    No luck. Sorry.
    Although the project builds and runs fine I keep getting the error:

    'System.Web.WebPages.Html.HtmlHelper' does not contain a definition for 'X' and no extension method 'X' accepting a first argument of type 'System.Web.WebPages.Html.HtmlHelper' could be found (are you missing a using directive or an assembly reference?)

    Keep in mind that I am using VS 2013 for Web!
  4. #4
    If you can provide me with a test project to look at, I could investigate. A project must not contain any dlls and license keys.

Similar Threads

  1. which visual studio is recommended
    By Mauricio in forum 2.x Help
    Replies: 2
    Last Post: Apr 11, 2014, 3:38 PM
  2. visual studio 2010
    By Pfuentes in forum 1.x Help
    Replies: 2
    Last Post: Sep 09, 2011, 7:16 PM
  3. Visual Studio 2010
    By Kaido in forum 1.x Help
    Replies: 2
    Last Post: Aug 12, 2010, 8:17 PM

Posting Permissions