razzmatazz / csharp-language-server

Roslyn-based LSP language server for C#
MIT License
605 stars 41 forks source link

Move type to code action not creating file in nvim #161

Open chekkan opened 5 months ago

chekkan commented 5 months ago

The buffer where I am moving the type from seems to refresh correctly. But, I cannot find the moved type in the file system.

https://github.com/razzmatazz/csharp-language-server/assets/217568/3dd76a61-993a-4143-b3e4-585684c2f6ab

nvim v0.9.5

Update: just realised that the type was present in the buffer. And I had to write the buffer to file. Perhaps this is intended behaviour?