Include Css Intellisense from one project in another
NickName:skinny_pete Ask DateTime:2016-12-01T09:21:57

Include Css Intellisense from one project in another

I have multiple web apps running on a server that all use a lot of the same css/image files. In order make everything more centralized i've taken all of the files out of the projects and wrote a small static file server in asp.net core with some gulp tasks to manage the css. The goal was to have it act like a cdn (with only one machine) and serve some other api functions, but to work locally without internet access.

I figured that if i included the visual studio project in the solutions for my other projects they would have access to the css/scss files for intellisense, which was not the case.

Is there some way that i can reference the files in visual studio so that i can get auto completion in the apps' view files?

Copyright Notice:Content Author:「skinny_pete」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/40901110/include-css-intellisense-from-one-project-in-another

More about “Include Css Intellisense from one project in another” related questions

Include Css Intellisense from one project in another

I have multiple web apps running on a server that all use a lot of the same css/image files. In order make everything more centralized i've taken all of the files out of the projects and wrote a sm...

Show Detail

CSS intellisense not working after migrating MVC 5 Project to Bower

I've just switched a project over to using Bower and I now have blue squigglies under all the CSS classes from bower packages in my views: I'm guessing this is because intellisense isn't finding t...

Show Detail

How to get CSS IntelliSense to work on a Nuxt project?

I'm working on a Nuxt.js Project, I created a Docker image as well to handle everything; I'm also trying to include MDBVue as a CSS library, after reading I understand that in order to use this I h...

Show Detail

CSS Intellisense for files not in solution

Is there any way to include css/less files for intellisense purposes, but not have them in the solution / project (VS 2013) I am using bower / gulp to manage my dependencies and inject them into my

Show Detail

Intellisense working for one project but not for another on same machine

I have a Unity project on my laptop where intellisense and autocompletion works just fine with visual studio code (mac os system). Now, i created a brand new project (same Unity version as the old ...

Show Detail

Javascript Visual Studio Intellisense Not Working On One Project

For some reason, the Javascript intellisense isn't working in Visual Studio for just one project. It's an existing project, and if I open up others or create a new one, my Javascript intellisense ...

Show Detail

How to exclude CSS file from Visual Studio intellisense?

My VS 2012 is giving me too much intellisense (Intelligent code completion) as I include more and more CSS files. Is there a way to exclude some css files from being parsed by the intellisense? I...

Show Detail

VS 2010 intellisense not working for upconverted project

We have a very big C++ solution with several projects for which intellisense works perfectly in Visual Studio 2008, but not at all in Visual Studio 2010 (not even for structs defined in the same file

Show Detail

How to include source of external library for IntelliSense in a CMake project?

I am working on a C++ application in Visual Studio, using the Visual Studio's CMake project template. To build my application I only need the header and the external library and I can link it like ...

Show Detail

IntelliSense throws #include errors when working with Arduino in VS Code

I want to develop Arduino code in VS Code. Therefore, I installed the Arduino IDE and the Arduino extension vor VS Code. Upon opening an Arduino project in VS Code the extension created the follow...

Show Detail