PlatformIO IDE for Atom: Go To Declaration

We haven’t released PIO IDE 2.0 yet. However, we announced the first public Preview. See

Hi, Ivan.

I’m also having trouble with “go to declaration”. I did ask on the Atom.io board at Sunsetting Atom | The GitHub Blog as well and I was referred to this board.

Info:

  1. Debian Stable (Platform.IO 3.5.3a8 on Atom.IO)

  2. platformio.ini

    [env:esp32dev]
    platform=espressif32
    board=esp32dev
    framework=arduino
    monitor_baud=115200
    [platformio]
    src_dir=.
    lib_extra_dirs = …/…/libraries

  3. Log
    autocomplete-clang.coffee? [sm]:86 GoDecl err
    clang: error: no input files

Error message above was the result of opening the telelogger project and trying to navigate, for example, from initialize() in line 976. This is just an example, no similar jumps work anywhere in any of the Arduino sketches I am trying.

Could you please tell me what I am doing wrong?

Thanks,
Andrea.