oknozor / musicbrainz_rs

A wrapper around the musicbrainz API
MIT License
38 stars 18 forks source link

Include builder functions lack autocompletion in intelij rust #52

Closed oknozor closed 3 years ago

oknozor commented 3 years ago

Auto completion is not working for search queries with intelliJ. This is probably due to the functions being generated by macros. This is a big issues since it makes the crate hard to use for someone not familiar with the API.

Is this also happening using rust analyzer ?

For further investigation : https://github.com/intellij-rust/intellij-rust/issues/3611

oknozor commented 3 years ago

Seems to be fixed on latest intelliJ/rust release