TypeFox / yang-lsp

A Language Server for YANG
http://www.yang-central.org
Apache License 2.0
51 stars 13 forks source link

[refactoring] Enable rename refactoring #77

Open JanKoehnlein opened 6 years ago

JanKoehnlein commented 6 years ago

Rename refactoring doesn't seem to work even for the simplest cases. I've prepared a branch with two currently failing tests:

https://github.com/theia-ide/yang-lsp/blob/jk/rename/yang-lsp/io.typefox.yang.ide/src/test/java/io/typefox/yang/tests/rename/RenameTest.xtend

As this seems to be related to the new ChangeSerializer I assign this to Moritz.