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

Enhance Language Features #57

Open
6 of 14 tasks
alefragnani opened this issue Feb 8, 2020 · 3 comments
Open
6 of 14 tasks

Enhance Language Features #57

alefragnani opened this issue Feb 8, 2020 · 3 comments
Assignees
Labels

Comments

@alefragnani
Copy link
Owner

Increase the support other Programmatic Language Features available in VS Code, which makes IntelliSense experience so great.

Currently, the extension only supports a few set of features:

There are another set of features which would make the coding experience even richer.

More info:

@alefragnani
Copy link
Owner Author

Extends what #33 and #35 requests

@alefragnani alefragnani pinned this issue Feb 8, 2020
@alefragnani alefragnani changed the title Enhance Programmatic Language Features support Enhance Language Features Feb 8, 2020
@alefragnani alefragnani added the language server Use a LSP instead of tagging label May 13, 2021
@alefragnani alefragnani unpinned this issue Sep 14, 2021
@Skarvion
Copy link

Hi @alefragnani

I'd like to contribute code to help with AST. Are you currently developing your own parser or will you use a 3rd party source? I'm interested in writing a lexer first for the extension.

Cheers,
Will

@alefragnani
Copy link
Owner Author

Hi @Skarvion ,

Before Embarcadero DelphiLSP to be available, the idea was do develop my own LSP. But right now, I wonder if worth the effort. Sure, Embarcadero DelphiLSP is only available in Windows, and I don’t see Embarcadero embracing Linux or MacOS versions. So using Embarcadero DelphiLSP would only works on Windows.

On the other hand, developing a new LSP, or a simpler solution with its own AST, would allow things that DelphiLSP does not support. Also, would work for those that does not have DelphiLSP installed/available, which is my case.

When I created this issue, I had two different ideas:

I’m not actively working with Delphi right now, neither have Delphi available on my personal machine, so I have not started my own parser nor lexer. If you are interested in develop such solution, go ahead. I would be glad to discuss a PR.

Thank you

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

No branches or pull requests

2 participants