Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [lsp4e-dev] Doubt regarding add support features

Hi Ayush,

I think the best think is that you look at the Git history and find an commit that has an interesting description for you to study it.
A git commit like "6f48292b40bb66593790e8c11415722cdeb9c4e3 / Bug 525271 give some feedback on rename operations to the user" could be a good way to see how the rename request/responses can be orchestrated.
For preparerRename, it involves finding the right time to call it, with which parameters (the specification tells most of it), and then retrieving the resust of the invocation and decide of what to do in the IDE with it.

Back to the top