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
For a use case where something like a name is to be replaced, in the context of a document,
this change could be automatically applied.
E.g.
"Find a better name for function step2() in [ ... source code that implies how the function should be named, from its own code, but also from the surrounding code]"
Result: "checkValue"
In this case, we want to replace the name of function step2 in the definition, and possibly its uses.
Just replacing the string
Apply to input text?
to files?
The text was updated successfully, but these errors were encountered:
For a use case where something like a name is to be replaced, in the context of a document,
this change could be automatically applied.
E.g.
"Find a better name for function step2() in [ ... source code that implies how the function should be named, from its own code, but also from the surrounding code]"
Result: "checkValue"
In this case, we want to replace the name of function step2 in the definition, and possibly its uses.
Just replacing the string
The text was updated successfully, but these errors were encountered: