Skip to content

Import from parent/relative path is buggy #2038

Closed
@howesteve

Description

@howesteve

Hello,

I'm using golang idea plugin version 0.10.734, go v1.5.1.

There seems to be a problem when importing a package from the parent folder:

package main

import (
    p ".."
)

func main() {
}

While that is valid code, the "p ".."" line above will be highlighted as error, no symbol lookups on the imported "p" will be available, and all symbols prefixed by the package also will be highlited as error.

Thank you.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions