mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
autopopup completion in javadoc local reference (IDEA-131899)
This commit is contained in:
@@ -259,6 +259,19 @@ class JavaAutoPopupTest extends CompletionAutoPopupTestCase {
|
||||
assert lookup
|
||||
}
|
||||
|
||||
public void "test popup in javadoc local reference"() {
|
||||
myFixture.configureByText("a.java", """
|
||||
/**
|
||||
* {@link #<caret>}
|
||||
*/
|
||||
class Foo {
|
||||
void foo() {}
|
||||
}
|
||||
""")
|
||||
type 'f'
|
||||
assert lookup
|
||||
}
|
||||
|
||||
public void "test autopopup in javadoc tag name"() {
|
||||
myFixture.configureByText("a.java", """
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user