projectlombok/lombok

[jupyter support wanted]

Open

#3,013 opened on Oct 25, 2021

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Java (12,535 stars) (2,310 forks)batch import
enhancementhelp wanted

Description

Before submitting Please check our wiki because some feature requests are asked a lot and there are good reasons (as explained on the wiki) why we can't (yet) implement them or why we won't implement them.

Describe the feature A clear and concise description of what the feature request/enhancement is. What is the goal of adding this feature request? This should include 2 java snippets: One 'lomboked' version, which is java code with (for example) an annotation that is short and boilerplate free, and a second snippet that shows precisely what lombok will do under the hood. Lombok can only turn java code that is valid java syntax into different java code.

In jupyter, I can use pom to add lombok dependency, then I can use its grammar, however it does not generate the getter & setter automaticly, or even it generated but the jupyter can't find it.

Describe the target audience Describe which programmers and/or which kinds of programs would benefit from your feature proposal. If the feature proposal interacts with a library that isn't part of the core java libraries, link to this project.

I wish lombok can work well with jupyter just like IDEA

Additional context Add any other context about the feature / enhancement here.

Contributor guide