notepad-plus-plus / notepad-plus-plus/notepad-plus-plus

AutoCompletion Overloads - Allow up/down keys to navigate between overloads

Open
#4,760 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
29.4k
Forks
5.4k
PR merge metrics
No merged PRs in 30d

Description

Description of the Issue

When typing out a function in Notepad++ using a custom language definition. The function has a number of parameter overloads. I currently have to use my mouse to manually navigate between each parameter overloads by pressing on the small up/down arrows

Expected Behavior

I expected to be able to use Up / Down key to navigate between each overload

image

Actual Behavior

The cursor went down one line when I press Down

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the AutoCompletion overload behavior in Notepad++ with a custom language definition and multiple parameter overloads. Trace the overload popup's up/down navigation and keyboard handling. Done means Up and Down select adjacent overloads without moving the editor cursor, while the existing mouse arrows continue to work.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
desktop
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.