Are there any convenient solutions for an “inline this variable” refactoring, in VS Code or otherwise? It’s something I used to find really convenient in other IDEs like IntelliJ (for other languages like Python or Java in the old days), and sometimes I miss it when doing Julia.
Assuming it really doesn’t exist (and that I haven’t just overlooked it), what would be required? Something in the Language Server and then the VS Code Julia extension, I assume?