mitevpi / thesaurus

TT Hackathon 2018 - Autocomplete for Visual Programming Nodes
MIT License
25 stars 7 forks source link

Code Blocks don't get properly recognized. Cannot be placed. #6

Open ksobon opened 5 years ago

ksobon commented 5 years ago

The suggestions box lists a Code Block as a suggestion, but it cannot place it when the button is clicked.

image

QilongTang commented 5 years ago

I have also seen node ids listed as suggestion.. Bad

QilongTang commented 5 years ago

I thought we excluded CBN parsing, how could this happen!?

ksobon commented 5 years ago

@QilongTang is it possible to find out contents of a Code Block? Like if I use Code Blocks mostly as a short hand for Strings, basic math etc. Let's see if we can get contents of a codeblock and infer what the substitute could be.

QilongTang commented 5 years ago

The code will be serialized as code property in the json block, so smarter parsing!