ct6502 / vscode-idl

VS Code Extension for IDL (Interactive Data Language)
Other
16 stars 6 forks source link

auto completion doesn't seem to work #4

Closed astrowq closed 4 years ago

astrowq commented 4 years ago

Hi, I am using the vscode-idl extension for a while and love it. Yesterday the new version came out with lots of new features which I find so convenient. But the auto completion doesn't work for the variables in the file any more. Is this a bug or I didn't do it in the right way? Thanks a lot in advance.

znorman-harris commented 4 years ago

Thanks for the heads up on this. I didn't realize that the auto-complete for routines would replace the existing functionality in VSCode. It might take me a day or two, but I'll get something together that will add the variables back in for you.

znorman-harris commented 4 years ago

Got a fix in that now has constants in the auto complete. Constants are only shown for the file you are auto-completing in, but are there. Also have some fixed/improved functionality for go-to definition (routines and methods only) which should work much better than before.

I published the updates to the extension which should be live. Marking this issue as closed, but let me know if you have any more issues!

astrowq commented 4 years ago

Hi thanks a lot for fixing this issue and it's working very well now!