Skip to content

Commit

Permalink
feat(java): enable inlay hints by default (#1004)
Browse files Browse the repository at this point in the history
Co-authored-by: Juniar Rakhman <[email protected]>
  • Loading branch information
Juniar-Rakhman and Juniar Rakhman authored May 28, 2024
1 parent 519be02 commit a58ec9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/astrocommunity/pack/java/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ return {
maven = { downloadSources = true },
implementationsCodeLens = { enabled = true },
referencesCodeLens = { enabled = true },
inlayHints = { parameterNames = { enabled = "all" } },
},
signatureHelp = { enabled = true },
completion = {
Expand Down

0 comments on commit a58ec9a

Please sign in to comment.