Is it possible to add using with CodeFluent Entities snippet?
See the question and my original answer on StackOverflowYou can add namespace imports in generated code using the BOM producer properties:
- double click on the producer node in Visual Studio's Solution Explorer
- select the "Advanced" property grid tab
- Add "System" and "System.Linq" as namespace imports (separated by a comma)
