Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

[Feature Request] Get fully qualified type at point #595

Open
nverno opened this issue Sep 3, 2018 · 0 comments
Open

[Feature Request] Get fully qualified type at point #595

nverno opened this issue Sep 3, 2018 · 0 comments

Comments

@nverno
Copy link

nverno commented Sep 3, 2018

It would be great to be able to easily get the fully qualified type of an object at
the cursors point, eg.

Queue<Integer> q = new ArrayDeque<>();

// With cursor at |, return "java.util.ArrayDeque<E>" or similar
  q|

This would help with jumping to documentation. Note I'm using this from emacs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant