intellij-rust/intellij-rust.github.io

Autocomplete doesn't work inside all macros

KadoBOT opened this issue · 2 comments

I'll use Nickel middleware! macro as example:

middleware!(
        // Autocomplete doesn't work inside here. Ctrl + Space shows "No suggestions".
)

Using brackets makes no difference. It doesn't work either:

middleware!{
        // Autocomplete doesn't work inside here. Ctrl + Space shows "No suggestions".
}
Undin commented

This issue was moved to intellij-rust/intellij-rust#2755

Undin commented

@KadoBOT
I've moved the issue in correct repo
This repo of intellij-rust.github.io site