Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • B bjgf
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 127
    • Issues 127
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Packages and registries
    • Packages and registries
    • Model experiments
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • BlueJ
  • bjgf
  • Issues
  • #1218

[BLUEJ-1244] Code completion on uncompiled Enums does not show anything

Code completion do not work neither on Enum class nor on Enum variables.

For example, if I have an Enum Called EnumWeek, , after "EnumWeek.", BlueJ should display ".values()" when I press Ctrl+Space.

 

When I have an Enum variable, as:

EnumWeek myVar = EnumWeek.Monday:

myVar. // nothing displayed by code completion

Expected : ".ordinal()"

 


Issue metadata

  • Issue type: Bug
  • Priority: Medium
Assignee
Assign to
Time tracking