unit-mesh / auto-dev

🧙‍AutoDev: The AI-powered coding wizard with multilingual support 🌐, auto code generation 🏗️, and a helpful bug-slaying assistant 🐞! Customizable prompts 🎨 and a magic Auto Dev/Testing/Document/Agent feature 🧪 included! 🚀
https://ide.unitmesh.cc/
Mozilla Public License 2.0
2.62k stars 303 forks source link

Refactor context URL parse #204

Open phodal opened 1 month ago

phodal commented 1 month ago

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.