Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>4gl-outline-dxcNew to Visual Studio Code? Get it now.
4gl-outline-dxc

4gl-outline-dxc

dxcdeng

|
876 installs
| (0) | Free
For Informix 4gl files (*.4gl), display functions in the Outline by using a rudimentary regex. Folding
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

4gl-outline-dxc

This plugin runs this regex:

/^ *function /i
/^ *MAIN($|\s+)/
/^ *GLOBALS ).+/

on *.4gl files to fill the Outline view of Visual Studio Code with function names. It also runs the regex:

/^-->8$/

to group functions by tabs, if any.

Screenshot

With tabs:

Screenshot with Tabs

Requirements

No dependencies, but it was originally intended to be used with 4gl-outline-dxc, and they seem to work together without conflict.

Known Issues

Build and Release

https://code.visualstudio.com/api/working-with-extensions/publishing-extension

Release Notes

See CHANGELOG.md for more information.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft