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 have the suggestion, that you will add a space between a ":" char and the next char. width:20px; --> width: 20px; or: width: 20px; --> width: 20px; Greetings, Sebastian |
|
|
If you are using Intellisense to auto-complete then this will occur automatically. If you are meaning more of "Format Document" type tidy up based on a set of rules which may include that there must be a space between the selector and its value then this is not something that the product currently does and while that is an interesting idea it is not something we have plans to include at this stage.
|
|
|
Yes, i mean format the whole document, by pressing CTRL+K+D. Greetings, Sebastian |
|
|
As i see, spacing between ".class1, .class{...}" will not performed, too. The output will still be ".cass1,.cass2{...}". Visual studio is able to perform this, by default. Greetings, Sebastian |
|