stefansjs / flatbuffers-intellij-plugin

A flatbuffers schema editing plugin for the IntelliJ platform
Other
4 stars 1 forks source link

Add support for namespaces #10

Open stefansjs opened 4 years ago

stefansjs commented 4 years ago

My first thought is to actually make a namespace part of the PSI hierarchy. I think this is how the flatbuffers compiler parses namespaces. I will need to investigate how reasonable this is