I’ve noticed that when using Visual Studio Code for coding in Julia, the auto-completion feature doesn’t seem to work for built-in functions of Pumas. Is this an inherent limitation of the Julia language, or is it due to Pumas being an integrated and closed environment?
The VSCode Language Server should show auto-completions for Pumas functions fine. The issue you’re facing may be related to which Julia env is currently selected by your editor. See below for what that looks like in your editor, it should be and the bottom of the screen and near the left.
Are you using PumasDesktop, or are you running this in JuliaHub? Knowing that will help narrow down the issue that you’re encountering.
Hi Michael, I am using Pumas Desktop v2.5.1 in Windows. I found in REPL the autocompletion works well, but in the file editing area it fails. And in the workplace all packages are loaded successfully.