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

Feature request: Arcana #33

Open
tyrdal opened this issue Mar 17, 2023 · 2 comments
Open

Feature request: Arcana #33

tyrdal opened this issue Mar 17, 2023 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@tyrdal
Copy link

tyrdal commented Mar 17, 2023

I would like to be able to see the full information(arcana in the protocol) of the AST instead of just the simplified ones.

@p00f
Copy link
Owner

p00f commented Mar 17, 2023

I'm somewhat busy but willing to merge a PR, I think you only have to change

local str, detpos = describe(node.role, node.kind, node.detail)

and the describe function

local function describe(role, kind, detail)

@p00f
Copy link
Owner

p00f commented Mar 17, 2023

You could either make it configurable or make it such that pressing K on a node shows the arcana. I'm leaning towards the latter but it is more involved.

@p00f p00f added the enhancement New feature or request label Mar 17, 2023
@p00f p00f added the good first issue Good for newcomers label Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants