Skip to content

How do I get doc window for completion menu with nvim-jdtls. #706

Answered by mikehaertl
231tr0n asked this question in Q&A
Discussion options

You must be logged in to vote

@231tr0n It works for me with this slightly different signatureHelp config:

  settings = {
    java = {
      signatureHelp = {
        description = { enabled = true },
      },

Check here for a full list of available config options:
https://github.com/eclipse-jdtls/eclipse.jdt.ls/wiki/Running-the-JAVA-LS-server-from-the-command-line#initialize-request

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@231tr0n
Comment options

@mikehaertl
Comment options

@mikehaertl
Comment options

@231tr0n
Comment options

@231tr0n
Comment options

Answer selected by 231tr0n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants