
Hi
I'm currently in a trial period. I like what I see so far.
Can you please tell me how I would add a list of default "Imports" statements so they do not need to be added to each and every code file.
Thank you.
Hi
I'm currently in a trial period. I like what I see so far.
Can you please tell me how I would add a list of default "Imports" statements so they do not need to be added to each and every code file.
Thank you.
Hello,
Yes, we have a feature called Code Fragments, described in this documentation topic, that allows you to specify header and/or footer text for a document that is merged with the document body text for parsing, but is otherwise not visible to the end user. We also have a SyntaxEditor / Code Fragments sample in the WinForms controls samples you can look at for an example of how this works.
For your situation, you'd put your Imports in the header text and make sure the string terminates with a line terminator.
I was searching for "Implicit Usings" and "Implicit Imports" but fragments are even more useful.
Thank you.
Please log in to a validated account to post comments.