This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I'm using Mindscape Web Workbench 3.2.703.22309 in VS 2010 on a Win7 64 bit machine. Intellisense doesn't work when trying to access a mixin. example: .rounded-corners (@radius: 5px) { -webkit-border-radius: @radius; -moz-border-radius: @radius; -ms-border-radius: @radius; -o-border-radius: @radius; border-radius: @radius; } If I add the mixin to my style using '.' I get no intellisense support... but if I just type an 'a' then I can see the mixins at the top of the list... So if they are in the intellisense list why won't intellisense open when you type '.', as it is the starting letter of the function? Thanks, Jon |
|
|
Hi Jon, Ive added in an update so intellisense will now be triggered by a dot and this is available in the next nightly build.
|
|