Fixes https://gitlab.com/kicad/code/kicad/-/issues/20984
@ -763,6 +763,9 @@ void SCH_FIELD::OnScintillaCharAdded( SCINTILLA_TRICKS* aScintillaTricks,
else
autocompleteTokens.push_back( pin );
}
// add the synthetic port for power measurements
autocompleteTokens.push_back( wxT( "power" ) );