inkle / inkle/inky

Bad stitch name autocomplete with full local reference

Open
#161 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
2.7k
Forks
340
PR merge metrics
No merged PRs in 30d

Description

If I make a local reference to an as-yet-unwritten stitch using a full address rather than a local relative address (which is valid Ink), when I come to write the stitch it tries to autocomplete the stitch name with the full address (which is not valid Ink).

screen shot 2018-08-27 at 11 33 22

Reproduced by typing the following (and tab-completing after the final character):

```
-> top_knot
=== top_knot

some text
-> top_knot.first_stitch

=f
```

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.