Skip to content

Add ZED_CUSTOM_JAVA_PACKAGE variable? #193

@jrxpana

Description

@jrxpana

There's a nice tip at #177 about creating a debugger config item that makes it easy to run/debug the currently selected file. However this part:

"mainClass": "$ZED_STEM",

really needs to be prefixed with the Java package name in order to be truly generic.

In the list of zed variables there's one called ZED_CUSTOM_RUST_PACKAGE that looks like a Rust version of something that would work. Would it be possible to add something like ZED_CUSTOM_JAVA_PACKAGE for Java? Then we could have something like:

"mainClass": "$ZED_CUSTOM_JAVA_PACKAGE.$ZED_STEM",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions