You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often times in tests I define little throwaway classes at the bottom that are only used in that test. The "insert constructor property" command seems to always insert the property in either the first constructor in the file if there's already a constructor somewhere, or the first class in the file if none of the classes have a constructor.
It would be super nice if it looked for the first class or constructor definition above wherever the cursor is 👍
The text was updated successfully, but these errors were encountered:
kkiernan
added a commit
to kkiernan/SublimePHPCompanion
that referenced
this issue
Mar 4, 2016
Often times in tests I define little throwaway classes at the bottom that are only used in that test. The "insert constructor property" command seems to always insert the property in either the first constructor in the file if there's already a constructor somewhere, or the first class in the file if none of the classes have a constructor.
It would be super nice if it looked for the first class or constructor definition above wherever the cursor is 👍
The text was updated successfully, but these errors were encountered: