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
Do that cool (?) thing.. This takes some parameters: what do you want do, where do you want to do it (file, position within file) and sends back the relevant edits to the document.
Step 1
In this instance I would have thought this is simple - we only want to offer this if the cursor is currently on (x represents the current thing under the cursor) a string (or perhaps a string that includes path separators). This would be relevant.
Step 2
We should then be in the position of needing to create a function that creates a LanguageServer.WorkspaceEdit to send back to the client, much like this does (but even simpler).