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.
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:
close visual studio
delete the .suo file from the root of the solution (it's the user settings, so bookmarks, open windows, etc).
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.
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.
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:
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.
The first one worked. Thanks! :)
is working on a reply...
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.