adamontherun / xCodeGenerateDescriptionPlugin

Plugin to automatically generate the description for your class in XCode
103 stars 11 forks source link

Commented @properties included in generated description #1

Closed sneakyness closed 9 years ago

sneakyness commented 9 years ago
Repro steps:
  1. Comment out a @property
  2. Highlight the line of the commented out @property
  3. Generate Description
    Result:

It generates a description including the commented out description

Expected Result:

It ignores commented out properties when generating the description.

PS Thanks for making this, it's saved me a ton of time :+1:

adamontherun commented 9 years ago

functionality added