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
I should be able to type mock, be given a suggestion that I can accept, then get a template to mock a method in the pattern |mock|.On("|mockMethod|", |mockArgs|).Return(|mockResult|). This is similar to when you type func and can select a template to write a method.
The text was updated successfully, but these errors were encountered:
I should be able to type
mock
, be given a suggestion that I can accept, then get a template to mock a method in the pattern|mock|.On("|mockMethod|", |mockArgs|).Return(|mockResult|)
. This is similar to when you typefunc
and can select a template to write a method.The text was updated successfully, but these errors were encountered: