This repository was archived by the owner on Dec 25, 2023. It is now read-only.

Description
For me, most of the time when renaming a symbol it's to fix a minor typo or adjust the existing name.
The current behaviour is to show placeholder text that can't be selected or edited, requiring the user to type out the full name of the symbol.
Current prompt

I propose populating both the placeholder and value options to make edits easier. This UX would also bring the workflow in line with how VS Code works.
The change would be made at the following place:
|
{ placeholder: editor.selectedText }, |
I can make the PR if this change sounds good.
Never mind, the InputPalette API doesn't support the value option, only the InputPanel one does. Will report as a feature request on the Nova dev forum.
EDIT: The feature request forum post can be found here.