Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navigate symbol does not work #340

Closed
RealyUniqueName opened this issue Aug 18, 2015 · 4 comments
Closed

Navigate symbol does not work #340

RealyUniqueName opened this issue Aug 18, 2015 · 4 comments

Comments

@RealyUniqueName
Copy link
Member

Navigating symbols does not work for me. Is it implemented? Or maybe something in my setup blocks it?
When i open navigation panel there are no symbols listed.
Default keybinding: Ctrl+Alt+Shift+N

@EBatTiVo
Copy link
Contributor

Please give us instructions to duplicate the bug exactly, including expected and actual results. Also include version information for IDEA, the plugin, your OS, and JRE.

Navigation of symbols is implemented and based on completion (indexing must finish correctly in order to populate the completion database). However, you must type something (the beginning of a symbol name) into the text box before anything is shown; it is not possible to get a list of all symbols merely by opening the dialog.

@RealyUniqueName
Copy link
Member Author

Ubuntu 14.04 x64
OpenJDK Runtime Environment (IcedTea 2.5.5) (7u79-2.5.5-0ubuntu0.14.04.2)
OpenJDK 64-Bit Server VM (build 24.79-b02, mixed mode)
Intellij IDEA 14.1.4 Community Edition (build IC-141.1532.4 )
Haxe plugin version 0.9.5 for IDEA 14.1.3
No other plugins installed except those installed with IDEA by default.

Steps to reproduce:

  1. Create new Haxe project
  2. Create new Haxe class.
  3. Add any method.
  4. Open symbol navigation panel.
  5. Start typing the name of previousely created method.
    At this point the list of symbols is empty.

@eliasku
Copy link
Contributor

eliasku commented Mar 1, 2016

@RealyUniqueName It was not implemented before.

PR #445
navigatetosymboldemo

EBatTiVo added a commit that referenced this issue Mar 9, 2016
@EBatTiVo EBatTiVo added the Fixed label Mar 9, 2016
@EBatTiVo
Copy link
Contributor

EBatTiVo commented Mar 9, 2016

Fixed: edc202d

@EBatTiVo EBatTiVo closed this as completed Mar 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants