VSCode's Path Autocomplete has a feature called path-autocomplete.pathMappings which allows you to define aliases for paths:
For example, you can define your root path (/) to point to your public directory and other useful things.
It would be nice if we can have a get_aliases function to support this.
VSCode's Path Autocomplete has a feature called
path-autocomplete.pathMappingswhich allows you to define aliases for paths:For example, you can define your root path (
/) to point to yourpublicdirectory and other useful things.It would be nice if we can have a
get_aliasesfunction to support this.