René's URL Explorer Experiment


Title: Does not get auto suggestions for application.properties and .yaml · Issue #25 · JavaHello/spring-boot.nvim · GitHub

Open Graph Title: Does not get auto suggestions for application.properties and .yaml · Issue #25 · JavaHello/spring-boot.nvim

X Title: Does not get auto suggestions for application.properties and .yaml · Issue #25 · JavaHello/spring-boot.nvim

Description: Issue: No auto-completion suggestions with blink.cmp and nvim-jdtls Description: I am using blink.cmp along with mfussenegger/nvim-jdtls (Distro nvchad). While diagnostics from the language server appear correctly, I am not receiving any...

Open Graph Description: Issue: No auto-completion suggestions with blink.cmp and nvim-jdtls Description: I am using blink.cmp along with mfussenegger/nvim-jdtls (Distro nvchad). While diagnostics from the language server ...

X Description: Issue: No auto-completion suggestions with blink.cmp and nvim-jdtls Description: I am using blink.cmp along with mfussenegger/nvim-jdtls (Distro nvchad). While diagnostics from the language server ...

Opengraph URL: https://github.com/JavaHello/spring-boot.nvim/issues/25

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Does  not get auto suggestions for application.properties and .yaml","articleBody":"\n### Issue: No auto-completion suggestions with `blink.cmp` and `nvim-jdtls`\n\n**Description:**\nI am using `blink.cmp` along with `mfussenegger/nvim-jdtls` (Distro `nvchad`). While diagnostics from the language server appear correctly, I am not receiving any auto-completion suggestions.\n\n---\n\n### `nvim/lua/plugins/java.lua`\n\n```lua\nreturn {\n  \"mfussenegger/nvim-jdtls\",\n  ft = { \"java\", \"properties\", \"yaml\", \"yml\" },\n  config = function()\n    local function get_pkg_path(pkg_name)\n      return vim.fn.stdpath(\"data\") .. \"/mason/packages/\" .. pkg_name\n    end\n\n    local project_name = vim.fn.fnamemodify(vim.fn.getcwd(), \":p:h:t\")\n    local workspace_dir = vim.fn.stdpath(\"data\") .. \"/site/java/workspace-root/\" .. project_name\n\n    local bundles = {}\n\n    -- Add Spring Boot extensions\n    local spring_boot_extensions = require(\"spring_boot\").java_extensions()\n    vim.list_extend(bundles, spring_boot_extensions)\n\n    local config = {\n      cmd = {\n        \"java\",\n        \"-Declipse.application=org.eclipse.jdt.ls.core.id1\",\n        \"-Dosgi.bundles.defaultStartLevel=4\",\n        \"-Declipse.product=org.eclipse.jdt.ls.core.product\",\n        \"-Dlog.protocol=true\",\n        \"-Dlog.level=ALL\",\n        \"-javaagent:\" .. vim.fn.expand(\"$MASON/packages/lombok-nightly/lombok.jar\"),\n        \"-Xms1g\",\n        \"--add-modules=ALL-SYSTEM\",\n        \"--add-opens\", \"java.base/java.util=ALL-UNNAMED\",\n        \"--add-opens\", \"java.base/java.lang=ALL-UNNAMED\",\n        \"-jar\", vim.fn.glob(\"$MASON/share/jdtls/plugins/org.eclipse.equinox.launcher_*.jar\"),\n        \"-configuration\", vim.fn.expand(\"$MASON/share/jdtls/config\"),\n        \"-data\", workspace_dir,\n      },\n      root_dir = vim.fs.root(0, { \".git\", \"mvnw\", \"gradlew\" }),\n      settings = {\n        java = {\n          eclipse = { downloadSources = true },\n          configuration = { updateBuildConfiguration = \"interactive\" },\n          maven = { downloadSources = true },\n          implementationsCodeLens = { enabled = true },\n          referencesCodeLens = { enabled = true },\n          inlayHints = { parameterNames = { enabled = \"all\" } },\n          signatureHelp = { enabled = true },\n          completion = {\n            favoriteStaticMembers = {\n              \"org.hamcrest.MatcherAssert.assertThat\",\n              \"org.hamcrest.Matchers.*\",\n              \"org.hamcrest.CoreMatchers.*\",\n              \"org.junit.jupiter.api.Assertions.*\",\n              \"java.util.Objects.requireNonNull\",\n              \"java.util.Objects.requireNonNullElse\",\n              \"org.mockito.Mockito.*\",\n            },\n          },\n          sources = {\n            organizeImports = {\n              starThreshold = 9999,\n              staticStarThreshold = 9999,\n            },\n          },\n        },\n      },\n      init_options = {\n        bundles = bundles,\n      },\n      handlers = {\n        [\"$/progress\"] = function() end, -- disable progress updates\n      },\n      filetypes = { \"java\" },\n    }\n\n    vim.api.nvim_create_autocmd(\"FileType\", {\n      pattern = { \"java\", \"properties\", \"yaml\", \"yml\" },\n      callback = function()\n        require(\"jdtls\").start_or_attach(config)\n      end,\n    })\n  end,\n}\n```\n\n---\n\n### `nvim/lua/plugins/springBoot.lua`\n\n```lua\nreturn {\n  \"JavaHello/spring-boot.nvim\",\n  ft = { \"java\", \"yaml\", \"properties\" },\n  specs = {\n    {\n      \"mfussenegger/nvim-jdtls\",\n      optional = true,\n      opts = function(_, opts)\n        if not opts.init_options then\n          opts.init_options = {}\n        end\n        if not opts.init_options.bundles then\n          opts.init_options.bundles = {}\n        end\n\n        vim.list_extend(opts.init_options.bundles, require(\"spring_boot\").java_extensions())\n      end,\n    },\n  },\n  opts = {},\n}\n```\n\n---\n","author":{"url":"https://github.com/Kabil777","@type":"Person","name":"Kabil777"},"datePublished":"2025-06-04T17:27:18.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":11},"url":"https://github.com/25/spring-boot.nvim/issues/25"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:48128a16-e9ca-a3fa-1ec5-210170b41136
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idBC1A:15E3B:28CB730:37A5F20:6A53B95C
html-safe-nonce18a0d05aafc13e1ff99de8d45261f2f4694345885f02da98b0cd228d473cc5c6
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCQzFBOjE1RTNCOjI4Q0I3MzA6MzdBNUYyMDo2QTUzQjk1QyIsInZpc2l0b3JfaWQiOiI4MDkyNjM3Njg3MDUyNTI3NiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac11bbeffee05145c86a2d25edb3222b8033ce9e84fa334b373dc606afc0009ff9
hovercard-subject-tagissue:3118560736
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/JavaHello/spring-boot.nvim/25/issue_layout
twitter:imagehttps://opengraph.githubassets.com/520ea52766ced30a06af2689781c05ba05fc711f9311b15b2d394fb05d8dd950/JavaHello/spring-boot.nvim/issues/25
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/520ea52766ced30a06af2689781c05ba05fc711f9311b15b2d394fb05d8dd950/JavaHello/spring-boot.nvim/issues/25
og:image:altIssue: No auto-completion suggestions with blink.cmp and nvim-jdtls Description: I am using blink.cmp along with mfussenegger/nvim-jdtls (Distro nvchad). While diagnostics from the language server ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameKabil777
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
go-importgithub.com/JavaHello/spring-boot.nvim git https://github.com/JavaHello/spring-boot.nvim.git
octolytics-dimension-user_id24937965
octolytics-dimension-user_loginJavaHello
octolytics-dimension-repository_id785555003
octolytics-dimension-repository_nwoJavaHello/spring-boot.nvim
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id785555003
octolytics-dimension-repository_network_root_nwoJavaHello/spring-boot.nvim
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release07a982c1d40157c619b364352b704c3ce66bb332
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/JavaHello/spring-boot.nvim/issues/25#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FJavaHello%2Fspring-boot.nvim%2Fissues%2F25
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FJavaHello%2Fspring-boot.nvim%2Fissues%2F25
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=JavaHello%2Fspring-boot.nvim
Reloadhttps://github.com/JavaHello/spring-boot.nvim/issues/25
Reloadhttps://github.com/JavaHello/spring-boot.nvim/issues/25
Reloadhttps://github.com/JavaHello/spring-boot.nvim/issues/25
JavaHello https://github.com/JavaHello
spring-boot.nvimhttps://github.com/JavaHello/spring-boot.nvim
Please reload this pagehttps://github.com/JavaHello/spring-boot.nvim/issues/25
Notifications https://github.com/login?return_to=%2FJavaHello%2Fspring-boot.nvim
Fork 15 https://github.com/login?return_to=%2FJavaHello%2Fspring-boot.nvim
Star 88 https://github.com/login?return_to=%2FJavaHello%2Fspring-boot.nvim
Code https://github.com/JavaHello/spring-boot.nvim
Issues 3 https://github.com/JavaHello/spring-boot.nvim/issues
Pull requests 0 https://github.com/JavaHello/spring-boot.nvim/pulls
Actions https://github.com/JavaHello/spring-boot.nvim/actions
Projects https://github.com/JavaHello/spring-boot.nvim/projects
Security and quality 0 https://github.com/JavaHello/spring-boot.nvim/security
Insights https://github.com/JavaHello/spring-boot.nvim/pulse
Code https://github.com/JavaHello/spring-boot.nvim
Issues https://github.com/JavaHello/spring-boot.nvim/issues
Pull requests https://github.com/JavaHello/spring-boot.nvim/pulls
Actions https://github.com/JavaHello/spring-boot.nvim/actions
Projects https://github.com/JavaHello/spring-boot.nvim/projects
Security and quality https://github.com/JavaHello/spring-boot.nvim/security
Insights https://github.com/JavaHello/spring-boot.nvim/pulse
Does not get auto suggestions for application.properties and .yamlhttps://github.com/JavaHello/spring-boot.nvim/issues/25#top
https://github.com/Kabil777
Kabil777https://github.com/Kabil777
on Jun 4, 2025https://github.com/JavaHello/spring-boot.nvim/issues/25#issue-3118560736
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.