vscode-rainbow-end icon indicating copy to clipboard operation
vscode-rainbow-end copied to clipboard

This extension allows to identify keyword / end with colours.

Results 20 vscode-rainbow-end issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/julien-duponchelle/vscode-rainbow-end/assets/68570507/6428bb99-26a2-42a6-ab6f-c53bc5f952dd) ```ruby return 1 if true ``` This will shift all subsequent colors.

The image in the README was broken. Originally, clicking on the image would take you to a linked destination. I propose a change that replacing the image with text. Issue...

Developer tool console error output. @noplay https://github.com/noplay/vscode-rainbow-end/blob/3491027b4931edc83bbcff87b2387ab31a098bf1/src/extension.ts#L188

## Actual Result - I can't see the images posted in README. - The two links `Marketplace` and `Version Installs` go to the same page. https://marketplace.visualstudio.com/items?itemName=jduponchelle.rainbow-end ### Chrome ### Safari...

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

![Bildschirmfoto von 2022-12-08 13-49-25](https://user-images.githubusercontent.com/18145188/206508703-e660ab1a-2306-4455-aa61-ba0a247b2634.png) Here `let` should be blue. Also `end` may appear in indexing expressions like `a[1:end]` which causes miscoloring.

![Screenshot from 2022-07-24 22-41-29](https://user-images.githubusercontent.com/97409554/180682726-c590682f-bbdb-446f-b8ef-97723074da3b.png)

not working if I use any lambda or guard statement in ruby ```rb def print(x) return if x.nil? pp x end # not working ```

This extension doesn't understand 1-line functions in Elixir. 1-line functions have a `do`, but they do not have an `end`. This extension does not understand that, so it puts the...