richjyoung / vscode-modern-vhdl

Modern VSCode VHDL Support
MIT License
30 stars 12 forks source link

[BUG] Autocompletion failing in 1.0.3 #21

Closed jacopobelli closed 5 years ago

jacopobelli commented 5 years ago

Hello,

I updated to 1.0.3 and all signals names suggestions disappeared. I solved the problem for now re-installing version 1.0.0.

Regards

richjyoung commented 5 years ago

You don't happen to use uppercase for signal names do you? I might have spotted the issue.

jacopobelli commented 5 years ago

I use CamelCase for signal names

richjyoung commented 5 years ago

Can you try and see if it suggests an entirely lowercase signal name?

jacopobelli commented 5 years ago

Yes, it does. It seems the problem is only for signals containing uppercases.

richjyoung commented 5 years ago

Ok thanks, fix will be up shortly.

jacopobelli commented 5 years ago

Thank you very much!

richjyoung commented 5 years ago

Fixed in https://github.com/richjyoung/vscode-modern-vhdl/commit/17e7c63ee2c85d48c0a055b7cca073c0407ab540

richjyoung commented 5 years ago

1.0.4 is now published