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
Is your feature request related to a problem? Please describe.
It would be cool if Metals adds Method to the suggested list for creating a new symbol.
Describe the solution you'd like
It would be better if the option to generate a method like:
def buildNewSchool(arg1: String, arg2: Int): School = ???
is added to the list of symbol types.
Describe alternatives you've considered
not implementing this.
Additional contex
IntelliJ currently supports that; and it saves the programmer lots of time, particularly when the arguments list is big. It would be awesome if Metals adds support for it, too.
Search terms
Inferring Methods Create New Symbol Code Action
The text was updated successfully, but these errors were encountered:
Main issue is that we don't sometimes get the types if the method is invalid, so we might need to replace the invalid method with something like identity.
Is your feature request related to a problem? Please describe.
It would be cool if Metals adds
![CreateNewMethod](https://user-images.githubusercontent.com/109077949/179239454-00a649af-8c60-4d63-b440-ea8a8cc928ce.gif)
Method
to the suggested list for creating a new symbol.Describe the solution you'd like
It would be better if the option to generate a method like:
is added to the list of symbol types.
Describe alternatives you've considered
not implementing this.
Additional contex
IntelliJ currently supports that; and it saves the programmer lots of time, particularly when the arguments list is big. It would be awesome if Metals adds support for it, too.
Search terms
Inferring Methods Create New Symbol Code Action
The text was updated successfully, but these errors were encountered: