Skip to content

Recursively index functions for intellisense #24

@QuentinLemCode

Description

@QuentinLemCode

Hello all,

It would be great if the extension could also index the functions of other files.

Example :
File A:

Func A()
Endfunc

File B:

#include "fileA"                                             
Func B()
Endfunc

File C:

#include "fileB" 
B() 
A() ; not autocompleted

In fileC the extension will give autocompletion for function B() but not for function A() who is include in fileB. However, it's still possible to call A() in fileC

I will try to work on this when I will have time, anyway, i'm always happy to help

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions