Skip to content

Commit

Permalink
Ruler documentation
Browse files Browse the repository at this point in the history
Signed-off-by: worksofliam <mrliamallan@live.co.uk>
  • Loading branch information
worksofliam committed Dec 11, 2024
1 parent edd7571 commit bf409e5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Binary file added src/assets/rpgle/fixedRuler.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions src/content/docs/extensions/rpgle/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ You can focus the Outline View by opening the Command Palette (**F1**) and searc

![](../../../../assets/rpgle/hw_3.png)

### What next?
## What next?

Compiling the code from Visual Studio Code requires a different extension due to the fact that the compilers only exist on IBM i. Check out the official [documentation for Code for IBM i](../../) to get started.

## Content assist
### Content assist

Content assist provides code completion, hover information, and formatting issues to help the user write code correctly.

Expand All @@ -104,6 +104,14 @@ Hover over any definitions (variable, structure, procedures, etc) to see type in

Whether writing code in the local workspace or on a remote IBM i, users can utilize built in code navigation functionality to better understand their application.

### Fixed-format ruler

When using fixed-format RPGLE, the ruler can be displayed. You can turn it on and off with Shift+F4.

![](../../../../assets/rpgle/fixedRuler.png)

Control whether the ruler is enabled by default in the VS Code settings, under 'RPGLE language tools'.

### Go to definition

With any definition, you are able to use Go to Definition or Peek Definition:
Expand Down

0 comments on commit bf409e5

Please sign in to comment.