PerlNavigator icon indicating copy to clipboard operation
PerlNavigator copied to clipboard

Allow working on untitled documents

Open bscan opened this issue 2 years ago • 0 comments

Currently the language server does not work on unsaved buffers. The following Stackoverflow questions shows how to enable this, but I suspect there are many other pieces of the code that assume a real file exists. Although I suppose there's a possibility this is a very easy change and is primarily about testing.

https://stackoverflow.com/questions/52625924/how-can-i-let-language-server-watch-the-untitled-1-file-change

bscan avatar Jun 17 '22 01:06 bscan