erlang-ls / erlang_ls

The Erlang Language Server
https://erlang-ls.github.io/
Apache License 2.0
626 stars 136 forks source link

Make formatting use in-memory text instead of file content. #1555

Closed plux closed 1 day ago

plux commented 1 day ago

Description

This will make document formatting use the unsaved state of the file.

Fixes #1419 .