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

Signature help #19

Merged
merged 3 commits into from
Aug 15, 2024
Merged

Signature help #19

merged 3 commits into from
Aug 15, 2024

Conversation

aazuspan
Copy link
Owner

Closes #5 by implementing signature help. Other changes:

  • Reformatted opcode documentation to be more readable as hovers and as signature help. Mostly that meant removing the big header and editing the description to always start with the function signature.
  • Reorganized the documentation modules by moving all the markdown generators into the markdown module, leaving the instructions and assemblers modules as purely documentation.
  • Reorganized server tests so that each feature is tested in a separate file which contains both the tests and the test cases.

@aazuspan aazuspan added the enhancement New feature or request label Aug 15, 2024
@aazuspan aazuspan self-assigned this Aug 15, 2024
@aazuspan aazuspan merged commit 53b49ea into main Aug 15, 2024
5 checks passed
@aazuspan aazuspan deleted the signature-help branch August 15, 2024 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add signature help
1 participant