vscode-ibmi-languages icon indicating copy to clipboard operation
vscode-ibmi-languages copied to clipboard

Has bracket-matching disappeared?

Open CraigMcloughlin opened this issue 2 years ago • 2 comments

At some point we used to have boxes to match up the brackets but I haven't seen this in a while, has this disappeared? image

CraigMcloughlin avatar May 25 '22 11:05 CraigMcloughlin

Ah the bracket-matching feature should still be there. But, its one of the most unstable/inconsistent features that was added. Unfortunately, the only good way to implement this would be to include it in a language server.

The RPGLE language server at https://github.com/halcyon-tech/vscode-rpgle apparently supports RPGLE free/fixed format, so maybe it could be implemented there.

I'll see if I can find something to temporarily/easily fix this here for now.

barrettotte avatar May 26 '22 15:05 barrettotte

This happened to me after updating to version 0.6.6 and VS Code 1.68.x. Even reverting this extension to 0.6.5 and remaining at VS Code 1.68.x I still experience this issue.

This affects all RPG format styles.

m-tyler avatar Jun 29 '22 01:06 m-tyler