jasonrbr / CodeReader

MIT License
6 stars 1 forks source link

Toggle comments being read if they are inside classes #61

Closed alexandrabrown closed 7 years ago

alexandrabrown commented 7 years ago

I have the logic for functions, I just need to apply it to classes without copy+pasting too much code. The problem is if I find functions I have to skip the loop. Might need to refactor some of the logic there. Related to #47