Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Fixed
Assignee
Peter Gromov
Subsystem
Editor. Code Completion
Affected versions
No Affected versions
Fixed in build
108.65  
  • Created by   Calum MacLean
    4 years ago (16 Oct 2007 16:05)
  • Updated by   root
    2 years ago (17 Jan 2010 20:54)
  • Jira: IDEADEV-22655
    (history, comments)
 
IDEA-41583 Complete word doesn't always work in comments
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
In the following code:
[code]
public interface FileLocator
{
/**
* fileLocation f
*/
String findFile(String fileLocation);
}
[code]
word completion doesn't work in the javadoc comment after the "f" which is on its own.
I'd note that it seems to work for the very first word in the javadoc, but not for subsequent words.

Issue was resolved
Comments (0)
 
History
 
Linked Issues (?)
 
Issue has no comments