HaxeFoundation / HaxeFoundation/haxe

No completion for module-level stuff

Open
#10,313 10 comments 1 reaction 1 assignee Claimed by @Simn View on GitHub
enhancement feature-ide
Dominant language
Haxe
Stars
6.9k
Forks
715
Avg merge
2d 2h
Merged PRs (30d)
11

Description

```haxe
src/Foo.hx
function hi():Void {
trace("hi");
}

src/client/Main.hx
package client;

function main() {
Fo| // or Foo.|
}

build.hxml
--class-path src
--main client.Main
# -D analyzer-optimize
# --dce full
# --interp
--js main.js
```
Works with `--interp`. Works with `class Foo + public static` Project: [test.zip](https://github.com/HaxeFoundation/haxe/files/6761899/test.zip)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.