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

Completion list is too narrow for package name #922

Closed
Yanpas opened this issue May 14, 2019 · 1 comment
Closed

Completion list is too narrow for package name #922

Yanpas opened this issue May 14, 2019 · 1 comment

Comments

@Yanpas
Copy link

Yanpas commented May 14, 2019

Environment
  • Operating System: linux
  • JDK version: 11
  • Visual Studio Code version: 1.33.1
  • Java extension version: 0.44

Preamble:
Hadoop has 2 sets of APIs - old and deprecated org.apache.hadoop.mapred and new org.apache.hadoop.mapreduce. When you type some class name java suggests you classes from both packages and you can only see first symbols of both packages. So you can't know which is which.

Steps to Reproduce:

  1. Enter some java class
  2. Full package name isn't placed

with "More" on:
image
with "More" off:
image

Way to fix: always show full class name in "More" section.

@fbricon
Copy link
Collaborator

fbricon commented May 14, 2019

Closing as duplicate of #249.

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

2 participants