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

Implements base functionality for __TYPE__ and __PROC__ #366

Merged
merged 2 commits into from
Oct 15, 2023

Conversation

LemonInTheDark
Copy link
Contributor

We basically just capture them early, and then treat them as unique symbols. We don't replace inline or anything because the required context isn't quite there.

I'm not really sure I have ctrl click functionality working. To be honest with you I'm not really sure how to hook into that system, pointers would be appreciated. I thought it was based off the use of use_symbol in find refs but that doesn't seem to work.

We basically just capture them early, and then treat them as unique
symbols. We don't replace inline or anything because the required
context isn't quite there.
@SpaceManiac
Copy link
Owner

I'm not really sure I have ctrl click functionality working

Fine to defer this to later. use_symbol is for Find All References; Ctrl+Click is handled in on GotoDefinition.

@SpaceManiac SpaceManiac merged commit d3dbed0 into SpaceManiac:master Oct 15, 2023
1 check was pending
@SpaceManiac SpaceManiac added this to the suite v1.8 milestone Nov 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants