This repository was archived by the owner on Dec 19, 2018. It is now read-only.
  
  
  
  
  
Description
When multiple words are joined and the full string is lower-cased (or upper-cased), it makes it difficult to read.
For example:
Would it be possible to make directives case insensitive, or at least allow camel or pascal case?
Unrelated to this ticket: Would it not make sense to use a different prefix for directives, so that they don't look like variables? Something like:
@!model WebApplication1.Models.LoginViewModel
 
... just a thought.