Skip to content

[PR] LSP feature/declaration support - [merged] #678

@processing-bot

Description

@processing-bot
Collaborator

Created by: Efratror

Added declaration support by rewriting a part of InspectMode.java and adding this capability to the server.

Please give your honest code-review. As i'm not as experienced in java it was my first time using CompletableFutures and Optionals. There are probably faster ways but i've written them out allot to understand them.

Should resolve #676

Activity

changed the title [-]LSP feature/declaration support - [merged][/-] [+][PR] LSP feature/declaration support - [merged][/+] on Aug 19, 2024
processing-bot

processing-bot commented on Apr 16, 2025

@processing-bot
CollaboratorAuthor

benfry commented on Feb 27, 2023

Thanks! We'll give it a shot for 4.2.1.

Main thing with the code would be following the style guidelines, but the rest looks ok as far as how it integrates with the rest of the source. I don't have time this morning to dig through the code in detail but hopefully having it in use will shake things out a bit.

Great to have more features coming to the LSP implementation!

processing-bot

processing-bot commented on Apr 16, 2025

@processing-bot
CollaboratorAuthor

Efratror commented on Feb 27, 2023

Thanks for the quick review.

I've seen the style guide and tried to follow them as closely as possible. Clearly i've misunderstood some parts or wasn't consistent enough. Can you please clarify? benfry

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @processing-bot

        Issue actions

          [PR] LSP feature/declaration support - [merged] · Issue #678 · processing/processing4