C# Variable Declaration Spec
Brady Kelly <[email protected]> Sun, 22 Apr 2007 17:53:52 +0200
| Newsgroups | gmane.comp.windows.devel.dotnet.cx |
|---|---|
| Organization | Chase Software |
| Message-ID | <[email protected]> |
I'm trying to build an automatic refactor macro, to allow me to highlight a block of field declarations and refactor them as properties. I'm doing it as much as a time saver as an exercise, so please don't all tell me about a tool that does it. My first step is to extract the variable names from the text block, and I figure the field name is "The last _word_ before a semi-colon or equals sign. Am I correct here? Can anyone give me the BNF for a field declaration? =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com