Normally visual studio brings up intellisense for available css classes, which it draws from css files linked to the current aspx/master document.
Is there a way to get this to work in an ascx file in a similar way to referencing external JavaScript files in js files for the purpose of intellisense
/// <reference path="jquery-1.4.1.js" />
I only want this for the purpose of intellisense and not getting squiggly lines under un-recognised classes. My css files will be actually linked from the aspx/master page.