coder3101 / protols

Language Server for protocol buffers
MIT License
46 stars 2 forks source link

fix: prefix `.` for fully qualified field names was not working #34

Closed coder3101 closed 2 weeks ago

coder3101 commented 2 weeks ago

Sometimes, user prefer to use . as prefix for fully qualified field names. This fixes the split_package_identifier to take into account this during splitting.

This potentially fixes: #31