devuxd / IRIS

IRIS, an intelligent code editor with ML-powered pattern insights. Published in IEEE VLHCC 2019
https://ieeexplore.ieee.org/document/8818871
3 stars 0 forks source link

Prediction case determination is faulty. #30

Closed KartikChugh closed 6 years ago

KartikChugh commented 6 years ago
<html>
    <body>
        <div class = "a"|>
        </div>
    </body>
</html>

and

<html>
    <body>
        <div class = "a"|></div>
    </body>
</html>

Should be predicting none instead of value.

KartikChugh commented 6 years ago

More rooted issue - <div class="abc"|

KartikChugh commented 6 years ago
<ul class='navigation'>
      <li><a href='http://discuss.atom.io'>Discuss</a></li>
      <li>
      |</li>
</ul>

Says tag instead of none when backspacing a "<"

KartikChugh commented 6 years ago

Wait never mind, c46faeb fixes auto-prompting.

KartikChugh commented 6 years ago

Finally finished.