Skip to content

Problems with rename refactoring ("F2" in vscode) in the presence of FQN references #619

Answered by msujew
goto40 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @goto40, we already have an issue on this, see #236. Someone from our side is taking a look at it in their spare time (see this branch), but it's work in progress.

In general, FQN references pose a general issue to the LSP protocol, since it's main user (vscode) expects every word to be a single reference/value. This isn't the case with FQN, so some special case has to be taken on the language server side in order for these things to work correctly.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by goto40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants