You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code completion should work for annotations (both in their prefix form, e.g. @foo class Bar, and in the suffix form, e.g. 1: @foo).
In the particular case above the code should expand to @annotation.implicitNotFound
The text was updated successfully, but these errors were encountered:
Compiler version
3.1.0-RC2
Minimized code
In a REPL session:
@annotation.implicitNot
and press TAB (or invoke code completion in IDE)
Output
No completions are suggested
Expectation
Code completion should work for annotations (both in their prefix form, e.g.
@foo class Bar
, and in the suffix form, e.g.1: @foo
).In the particular case above the code should expand to
@annotation.implicitNotFound
The text was updated successfully, but these errors were encountered: