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

Parameters showing when typing a function and introduction of autocomplete in C++ #100

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

UberNomad
Copy link
Contributor

@UberNomad UberNomad commented Nov 26, 2024

Description

This patch makes it so that the parameters still show up when typing out a function, similar to how other code editors work.

Fixes # Improve autocomplete

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as
    expected)
  • Documentation (update or new)

How Has This Been Tested?

Tested on 2 machines and multiple browsers

Testing Checklist

  • Tested in latest Chrome
  • Tested in latest Safari
  • Tested in latest Firefox

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have requested a review from ... on the Pull Request

Copy link

github-actions bot commented Nov 26, 2024

🐋 PR Preview!
Preview at https://thoth-tech.github.io/SplashkitOnline/pr-previews/100
for commit 2958471

…nd CMakeList to include the SK C autocomplete json generation
@UberNomad UberNomad changed the title DRAFT: First working version of parameters showing when typing a function Parameters showing when typing a function and introduction of autocomplete in C++ Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant