Open DougBeney opened 5 years ago
It has been a long time since I used QML. Looks like they change the format quite a bit. Unfortunately I don't have time to finish the rewrite of the parser (#5).
If you have time, feel free to contribute. What you need to modify is probably qmltypes-parser.el
. I'm happy to review the code.
Thanks for the tips! I'm up for a challenge.
Any update on this?
Typically I get an error in
*messages*
that looks like this:And here's the full debug-on-error message:
My attempt to fix this issue was to specify a
company-qml-extra-qmltypes-files
variable.To find my plugins.qmltypes files I used this command to generate a big ol list:
find ~/Qt -name "plugins.qmltypes"
(My Qt installation is in ~/Qt)I then set that variable to all of the files returned from that search and put it in my config. Here is the snippet I added to my config.
Now I get this error:
Let me know if you have any ideas.
I am very serious about getting QML completions working in Emacs so I'm happy to provide any more info. I will be messing around with the code of this package as well to see if I could find any solution as well.
Thanks!