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

[fix #442] Introduce Info Button for CodeMirror Autocomplete Functionality #445

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

Conversation

daizenj
Copy link
Contributor

@daizenj daizenj commented Dec 7, 2023

Introduce Info Button for CodeMirror Autocomplete Functionality
fix #442

Description:

This pull request addresses the necessity for an info button in the CodeMirror interface to enhance user awareness of the extraKeys feature. Currently, users may be unaware of the extraKeys functionality in CodeMirror, which plays a crucial role in enabling autocomplete features.

CodeMirror offers powerful autocomplete functionality, and with this enhancement, an informative info button is introduced. This button will serve to educate users about the keyboard combinations required to activate the autocomplete feature seamlessly. By incorporating this user-friendly feature, we aim to improve the overall user experience and make the autocomplete functionality more accessible to all users.

For more details on CodeMirror and its autocomplete features, refer to the CodeMirror Demo.

Changes in this Pull Request:

  • Addition of an info button to provide users with guidance on activating autocomplete.
  • Improved user experience through enhanced accessibility to CodeMirror features.

Before:
Screenshot 2023-12-07 at 2 16 53 PM

After with info button and popover:
image

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.

Autocomplete in Active Code might be confusing for new users
1 participant