Re: Euphoria extension for VS Code

new topic     » goto parent     » topic index » view thread      » older message » newer message

Added symbol outline provider. Pushed a new release. Get it here: https://github.com/OpenEuphoria/vscode-euphoria/releases/tag/v1.2.0

you (probably) said...

But Greg, what is a symbol outline provider?

It provides the symbol outline, duh! Currently it will (attempt to) map the following hierarchy:

  • namespace
    • public/export/global functions/procedures/types
    • public/export/global constants and simple enums
    • public/export/global enum types
      • enum type members

https://i.imgur.com/9yQgRD7l.png

Keep in mind that this is written in JavaScript (well, TypeScript) and it's doing some okay-effort regex matching.

https://github.com/OpenEuphoria/vscode-euphoria/blob/master/src/extension.ts#L37

-Greg

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu