serve-d icon indicating copy to clipboard operation
serve-d copied to clipboard

Feature: Variable/Function Renaming

Open dd86k opened this issue 5 years ago • 0 comments

VSCode supports variable and function renaming via the context menu (or F2 key), which DLS supports. This would smartly replace variables within the scope or functions (and in every file/module that the function is used). This feature is also used in the JavaScript extension, and is absolutely nice to have.

dd86k avatar Apr 10 '20 03:04 dd86k