serve-d
serve-d copied to clipboard
Feature: Variable/Function Renaming
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.