HaxeFoundation / HaxeFoundation/haxe

[display] completion should never be allowed to trigger in comments

Open
#7,050 13 comments 0 reactions 1 assignee Claimed by @Simn View on GitHub
feature-ide
Dominant language
Haxe
Stars
6.9k
Forks
715
Avg merge
2d 2h
Merged PRs (30d)
11

Description

Not sure if the test case works like this, it probably throws a "no completion point found" exception? But you get the idea.

Also, can't have a test case for doc comments for obvious reasons. :D

```haxe
package cases;

class Issue7050 extends DisplayTestCase {
/**
class Main {
static function main() {
// {-1-}
}
}
**/
function test() {
eq(0, toplevel(pos(1)).length);
}
}
```

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.