fdiaz/SwiftInspector

Improvements to the initializer command

fdiaz opened this issue · 0 comments

fdiaz commented
  • Have a way to filter given an argument name e.g. find an initializer that takes an argument with a given name #22
  • Make sure that we support the case where an initializer has a composition of types e.g. init(someArgument: Some & SomeOther) #21