Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change to allow child element to be retrieved even in bracketed notation #293

Open
Tracked by #214
zero-plusplus opened this issue Mar 9, 2023 · 8 comments
Open
Tracked by #214
Labels
enhancement New feature or request

Comments

@zero-plusplus
Copy link
Owner

For example, given the following code.

obj := { key: "value" }
key := "key"

Hover over key in obj.key to see "value".
In contrast, in bracketed notation such as obj[key], hovering over key displays "key" and the child element cannot be seen.

To improve this, when [ or ] is hovered over, the obj[key] is evaluated and the value is displayed in the hover information.

This will allow you to see the child element's information even in bracketed notation.

@zero-plusplus zero-plusplus added the enhancement New feature or request label Mar 9, 2023
@zero-plusplus zero-plusplus changed the title Change so that child elements in bracket notation can be retrieved by hover information Change so that child element in bracket notation can be retrieved by hover information Mar 9, 2023
@zero-plusplus zero-plusplus mentioned this issue Mar 9, 2023
62 tasks
@zero-plusplus zero-plusplus changed the title Change so that child element in bracket notation can be retrieved by hover information Change to allow child element to be retrieved even in bracketed notation Mar 9, 2023
zero-plusplus added a commit that referenced this issue Mar 9, 2023
Change to allow child element to be retrieved even in bracketed notation
zero-plusplus added a commit that referenced this issue Mar 9, 2023
@SAbboushi
Copy link

Amazed with how much work you continue to do to improve your extension. I was originally planning on sponsoring you for 12 months back in 2020, but your excellent work continues to keep me as a sponsor for your project

@zero-plusplus
Copy link
Owner Author

Thanks for continuing to support us! I hadn't seen any comments recently and was worried that you had forgotten to unsubscribe from sponsorship.

I'm sure I'll amaze you more as my plans have only just begun.

I look forward to the day when I can provide you with a AutoHotkey superb development environment.

@SAbboushi
Copy link

👍👍

@SAbboushi
Copy link

btw - what is your avatar saying other than "MILK"?

@zero-plusplus
Copy link
Owner Author

My avatar is a free icon based on a glass milk bottle lid. Therefore, what it says has no meaning.

On the top is Hokkaido (北海道). Below it is the word milk (ミルク). It also says on the side that it requires refrigeration (要冷蔵).
Around it is a warning to drink the bottle as soon as it is opened and a note about the ingredients of the milk.
These are all written in Japanese.

The word 'Hokkaido' was probably added by the icon creator because of its famous milk.

Since the avatar is displayed in a round shape, I thought an icon of a round milk bottle lid would be just right, so I set it up.

The reason I came up with it is because when I was a child at my grandmother's house, I very much liked to prick the lid of the milk bottle with a special needle to open it and drink it. I didn't like milk that much at the time, but drinking it from a glass bottle made it taste so much better that it left a lasting impression on me.

@SAbboushi
Copy link

Thanks for sharing about your avatar.
I've been to Japan dozens of times but I only recall visiting Hokkaido once. Strongest memory of that visit: the sashimi!

@zero-plusplus
Copy link
Owner Author

Sashimi is good! I recommend octopus. In Japan it is famous for being eaten as takoyaki (octopus balls), but sashimi is also delicious.

But many people may not be good at it.

@SAbboushi
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants