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

Add support for Groovy in Expressions view #569

Closed
eric-milles opened this issue Apr 19, 2018 · 7 comments
Closed

Add support for Groovy in Expressions view #569

eric-milles opened this issue Apr 19, 2018 · 7 comments
Assignees
Milestone

Comments

@eric-milles
Copy link
Member

No description provided.

@eric-milles eric-milles added this to the v3.1.0 milestone Apr 19, 2018
@eric-milles eric-milles modified the milestones: v3.1.0, v3.2.0 Aug 22, 2018
@eric-milles eric-milles removed this from the v3.2.0 milestone Dec 24, 2018
@mojo2012
Copy link

mojo2012 commented Oct 29, 2019

How come such a basic feature has not yet implemented? Will it ever be release. Because for me (and all developers I know) this is an absolute showstopper!

Or is there any alternative I'm not aware of?

@eric-milles
Copy link
Member Author

It is a bit tricky to add support for just Groovy sources and not impact Java sources. STS used aspect-oriented weaving to inject this behavior and we are looking at alternatives to requiring AspectJ.

Feel free to thumbs-up the issue and encourage your friends/colleagues to do so as well to bump the priority.

@mojo2012
Copy link

mojo2012 commented Oct 29, 2019

Maybe it would be easiert to just create a new view? I always wanted to have something like in intellij - a combined variables + expression view (with autocomplete).
Manually created expressions are just appended to the list of variables.
Currently my debugging workflow (in java) is spread out to variables, expressions and debug/display view - and I always kinda hated that.

@eric-milles
Copy link
Member Author

That's a good suggestion for the Eclipse JDT team. I'd love to see Expressions, Variables and possibly the Debug/Display console combined into a more unified view. Add to that an extension mechanism to provide support to use any JVM language for expression evaluation, that would be quite desirable!

@mojo2012
Copy link

mojo2012 commented Oct 30, 2019

I added the bug requests:

eric-milles added a commit that referenced this issue Nov 4, 2019
@eric-milles eric-milles self-assigned this Jun 25, 2023
@eric-milles eric-milles added this to the v5.0.0 milestone Jun 25, 2023
@eric-milles
Copy link
Member Author

image

eric-milles added a commit that referenced this issue Jun 29, 2023
@eric-milles
Copy link
Member Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants