coder3101 / protols

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

Add support for parsing well known types #25

Open asharkhan3101 opened 2 months ago

asharkhan3101 commented 2 months ago

https://protobuf.dev/reference/protobuf/google.protobuf/

Well known types are installed as part of protobuf installation and are automatically looked by protoc, it would be great if protols can provide hover, jump to definition and other support for these types.