fkorotkov / intellij-thrift

Apache License 2.0
89 stars 76 forks source link

Annotation Syntax Error #63

Open cwaeland opened 6 years ago

cwaeland commented 6 years ago

Hi,

I've noticed that the plugin expects all annotations to be of the form (foo="bar"). However, the Thrift Code generator actually supports annotations of the form (foo) which I currently make use of.

Is it possible to tweak the syntax validation to not mark this as an error?

Thanks.

saturn4er commented 3 years ago

I think this issue can be closed now as it was implemented in https://github.com/fkorotkov/intellij-thrift/pull/104