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

Refactor context URL parse #204

Open
phodal opened this issue Jun 18, 2024 · 0 comments
Open

Refactor context URL parse #204

phodal opened this issue Jun 18, 2024 · 0 comments

Comments

@phodal
Copy link
Member

phodal commented Jun 18, 2024

Feature Proposal: Deprecated context

Description

Auto parse URL from error code.

kotlinOptions {
                jvmTarget = VERSION_17.toString()
                languageVersion = "1.8"
                // see https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#kotlin-standard-library
                apiVersion = "1.7"
                freeCompilerArgs = listOf("-Xjvm-default=all")
            }

// relative static analysis result:
// - 'kotlinOptions(KotlinJvmOptionsDeprecated /* = KotlinJvmOptions */.() -> Unit): Unit' is deprecated. Please migrate to the compilerOptions DSL. More details are here: https://kotl.in/u1r8ln
// - Open in browser (⌘Click, ⌘B)
// - Typo: In word 'Xjvm'```

Motivation

Explain why this feature is important and/or how it will improve the project.

Proposed Solution

Detail the solution you propose for this feature. This can include mockups, examples, or a detailed description of the implementation.

Alternatives Considered

If you considered any alternatives, list them here and explain why they were not chosen.

Additional Context

Add any other context or screenshots about the feature request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant