HaxeFoundation / HaxeFoundation/HaxeManual

Field completion with pipe not working

Open
#503 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Haxe
Stars
225
Forks
156
Avg merge
5h 16m
Merged PRs (30d)
1

Description

Hey,
I wanted to use the field completion compiler service (https://haxe.org/manual/cr-completion-field-access.html) and just copied the example with use of pipe.
My code:
```haxe
class Main {
public static function main() {
trace("Hello".|
}
}
```
Command: `haxe --display Main.hx@0`

That should print the correct output (see link above), but instead I get:
```
class

packageimportusingprivateexternclassinterfaceenumabstracttypedeffinal
```

When I call `haxe --display Main.hx@65` I get desired output, so I guess only something went wrong with the pipe?
Or am I missing something?

I'm using Haxe **4.2.4**
Also checked with the latest build (20220217191237_46096c3)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.