Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Owain Williams 482 posts 1414 karma points MVP 7x c-trib
    Jan 30, 2017 @ 17:28
    Owain Williams
    0

    Visual Studio 2013 Intellisense missing

    Hi I've successfully installed the latest version of Umbraco via Nuget and I've built the site and logged in to the back office. What I would like to do now is use Visual Studio to write my templates etc and use intellisense however, when I start to type anything in, I don't get the intellisense prompts.

    Any ideas what might be wrong?

    I've included all the folders into my project (except App_data) an rebuilt but still nothing.

  • Kevin Jump 2348 posts 14896 karma points MVP 8x c-trib
    Jan 30, 2017 @ 19:13
    Kevin Jump
    100

    Hi,

    Visual Studio 2013 seems to have a couple of issues with intellisense - and later MVC apps :) i don't think it's an umbraco problem in its self, but try the following:

    1. close visual studio
    2. delete the .suo file from the root of the solution (it's the user settings, so bookmarks, open windows, etc).
    3. open the project again.

    or something that sometimes can work 1. unload the website from the project (right click unload in visual studio) 2. reloead

    what you're trying to achieve is cleaning out something in VS2013 that is making intellisense fall over :(

    with that you shouldn't need to have all the folders in visual studio & the project will work better long term if you don't include the umbraco things in the solution.

  • Owain Williams 482 posts 1414 karma points MVP 7x c-trib
    Jan 31, 2017 @ 09:23
    Owain Williams
    0

    The first one worked. Thanks! :)

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies