mreu / ProtobufLanguageService

Protobuf Editor for Visual Studio with Intellisense and Syntax Coloring for Googles Protobuf syntax.
Other
47 stars 13 forks source link

Support for other file extensions #12

Closed tperrin47 closed 6 years ago

tperrin47 commented 6 years ago

This is an awesome tool, but only works for files with a .proto extension. I have some other protobuf files with different extensions that I'd love to use this for. Could you add the ability to configure other extensions?

mreu commented 6 years ago

That will be hard to do. Visual Studio uses the file extension to call the correct extension. I have no idea how to register other extension dynamically after the extension is installed.