csharp-language-server icon indicating copy to clipboard operation
csharp-language-server copied to clipboard

Move type to code action not creating file in nvim

Open chekkan opened this issue 9 months ago • 0 comments

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?

chekkan avatar May 27 '24 17:05 chekkan