René's URL Explorer Experiment


Title: IntelliJ IDEA interoperability · Issue #42 · raydac/java-comment-preprocessor · GitHub

Open Graph Title: IntelliJ IDEA interoperability · Issue #42 · raydac/java-comment-preprocessor

X Title: IntelliJ IDEA interoperability · Issue #42 · raydac/java-comment-preprocessor

Description: What a cool concept this is! Not only does it allow me to change source code for Java files, but also for Kotlin and Scala files (which is what I use it for at the moment). However, I do seem to have some issues to make IntelliJ understa...

Open Graph Description: What a cool concept this is! Not only does it allow me to change source code for Java files, but also for Kotlin and Scala files (which is what I use it for at the moment). However, I do seem to ha...

X Description: What a cool concept this is! Not only does it allow me to change source code for Java files, but also for Kotlin and Scala files (which is what I use it for at the moment). However, I do seem to ha...

Opengraph URL: https://github.com/raydac/java-comment-preprocessor/issues/42

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"IntelliJ IDEA interoperability ","articleBody":"What a cool concept this is! \nNot only does it allow me to change source code for Java files, but also for Kotlin and Scala files (which is what I use it for at the moment).\n\nHowever, I do seem to have some issues to make IntelliJ understand what's happening in my multi-module maven project. \n\nThe current problem I'm having: when running mvn compile, all works well. The tests work, I can hit run in IntelliJ on a file (which is not delegated to maven because that fails in multi module projects because of the other module's package being \"not available on maven central\") and I get the properly modified sources.\nHowever, when I change the source code in a module that contains bits that need preprocessing and I hit run on a file in another module that uses it, the preprocessing won't take place and it won't work anymore (since IntelliJ then skips maven).\n\nIs there any way to make IntelliJ somehow aware of this preprocessor, like it is for annotation processors, so that it always gets preprocessed before executing?\nOr would I for instance have to switch to Gradle for better multi-module support?\n\nIf a plugin would be needed for this, something similar already exists for a JCP-like preprocessor:\nhttps://github.com/FalseHonesty/intellij-preprocessor which also does nice highlighting and such. It's just a bit out of date, but autocomplete and highlighting might actually be a nice feature for JCP too :).","author":{"url":"https://github.com/Jolanrensen","@type":"Person","name":"Jolanrensen"},"datePublished":"2022-06-22T22:11:36.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":5},"url":"https://github.com/42/java-comment-preprocessor/issues/42"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:803e0551-f3a1-8d32-4cc8-1ca322bca583
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idEC2C:3C0C98:C109D0:102F00A:696EAE2B
html-safe-nonce19956dfbc077add1eee0ed0424630df9f430d10bc7e201461720b3b9e81b555a
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFQzJDOjNDMEM5ODpDMTA5RDA6MTAyRjAwQTo2OTZFQUUyQiIsInZpc2l0b3JfaWQiOiIxMjkyOTg1MTgzMDgxNzcwNTM5IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac9cf72a291fdd25bc5cfbe7e8a318b07384175f164803a1a315b817f7bee67f0a
hovercard-subject-tagissue:1281043237
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/raydac/java-comment-preprocessor/42/issue_layout
twitter:imagehttps://opengraph.githubassets.com/4889acb35f7baf9226937558b18edd6abd0a55b59e6df057981480f78f093f80/raydac/java-comment-preprocessor/issues/42
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/4889acb35f7baf9226937558b18edd6abd0a55b59e6df057981480f78f093f80/raydac/java-comment-preprocessor/issues/42
og:image:altWhat a cool concept this is! Not only does it allow me to change source code for Java files, but also for Kotlin and Scala files (which is what I use it for at the moment). However, I do seem to ha...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameJolanrensen
hostnamegithub.com
expected-hostnamegithub.com
Noneb278ad162d35332b6de714dfb005de04386c4d92df6475522bef910f491a35ee
turbo-cache-controlno-preview
go-importgithub.com/raydac/java-comment-preprocessor git https://github.com/raydac/java-comment-preprocessor.git
octolytics-dimension-user_id3008810
octolytics-dimension-user_loginraydac
octolytics-dimension-repository_id32172393
octolytics-dimension-repository_nworaydac/java-comment-preprocessor
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id32172393
octolytics-dimension-repository_network_root_nworaydac/java-comment-preprocessor
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
release39aed5006635ab6f45e6b77d23e73b08a00272a3
ui-targetcanary-1
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/raydac/java-comment-preprocessor/issues/42#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fraydac%2Fjava-comment-preprocessor%2Fissues%2F42
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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/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://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fraydac%2Fjava-comment-preprocessor%2Fissues%2F42
Sign up https://patch-diff.githubusercontent.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=raydac%2Fjava-comment-preprocessor
Reloadhttps://patch-diff.githubusercontent.com/raydac/java-comment-preprocessor/issues/42
Reloadhttps://patch-diff.githubusercontent.com/raydac/java-comment-preprocessor/issues/42
Reloadhttps://patch-diff.githubusercontent.com/raydac/java-comment-preprocessor/issues/42
raydac https://patch-diff.githubusercontent.com/raydac
java-comment-preprocessorhttps://patch-diff.githubusercontent.com/raydac/java-comment-preprocessor
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fraydac%2Fjava-comment-preprocessor
Fork 28 https://patch-diff.githubusercontent.com/login?return_to=%2Fraydac%2Fjava-comment-preprocessor
Star 176 https://patch-diff.githubusercontent.com/login?return_to=%2Fraydac%2Fjava-comment-preprocessor
Code https://patch-diff.githubusercontent.com/raydac/java-comment-preprocessor
Issues 4 https://patch-diff.githubusercontent.com/raydac/java-comment-preprocessor/issues
Pull requests 5 https://patch-diff.githubusercontent.com/raydac/java-comment-preprocessor/pulls
Actions https://patch-diff.githubusercontent.com/raydac/java-comment-preprocessor/actions
Projects 0 https://patch-diff.githubusercontent.com/raydac/java-comment-preprocessor/projects
Wiki https://patch-diff.githubusercontent.com/raydac/java-comment-preprocessor/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://patch-diff.githubusercontent.com/raydac/java-comment-preprocessor/security
Please reload this pagehttps://patch-diff.githubusercontent.com/raydac/java-comment-preprocessor/issues/42
Insights https://patch-diff.githubusercontent.com/raydac/java-comment-preprocessor/pulse
Code https://patch-diff.githubusercontent.com/raydac/java-comment-preprocessor
Issues https://patch-diff.githubusercontent.com/raydac/java-comment-preprocessor/issues
Pull requests https://patch-diff.githubusercontent.com/raydac/java-comment-preprocessor/pulls
Actions https://patch-diff.githubusercontent.com/raydac/java-comment-preprocessor/actions
Projects https://patch-diff.githubusercontent.com/raydac/java-comment-preprocessor/projects
Wiki https://patch-diff.githubusercontent.com/raydac/java-comment-preprocessor/wiki
Security https://patch-diff.githubusercontent.com/raydac/java-comment-preprocessor/security
Insights https://patch-diff.githubusercontent.com/raydac/java-comment-preprocessor/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/raydac/java-comment-preprocessor/issues/42
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/raydac/java-comment-preprocessor/issues/42
IntelliJ IDEA interoperability https://patch-diff.githubusercontent.com/raydac/java-comment-preprocessor/issues/42#top
https://patch-diff.githubusercontent.com/raydac
help wantedhttps://github.com/raydac/java-comment-preprocessor/issues?q=state%3Aopen%20label%3A%22help%20wanted%22
https://github.com/Jolanrensen
https://github.com/Jolanrensen
Jolanrensenhttps://github.com/Jolanrensen
on Jun 22, 2022https://github.com/raydac/java-comment-preprocessor/issues/42#issue-1281043237
https://github.com/FalseHonesty/intellij-preprocessorhttps://github.com/FalseHonesty/intellij-preprocessor
raydachttps://patch-diff.githubusercontent.com/raydac
help wantedhttps://github.com/raydac/java-comment-preprocessor/issues?q=state%3Aopen%20label%3A%22help%20wanted%22
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.