Skip to content

Quickfix for wrap chops up parts of code #31

@Tvede-dk

Description

@Tvede-dk

example

Files.createDirectories(Path.of("test"))

using "Wrap in" results in

        Files.try {
            createDirectories(Path.of("test"))
        } catch (exception: java.io.IOException) {
            TODO("Add error handling here")
        }

Notice "Files." is missing...

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions