ProxyAI/docs/pages/features/name-lookups.mdx
Carl-Robert Linnupuu 33e886860c
Some checks are pending
Build / Build (push) Waiting to run
Build / Verify Plugin (push) Blocked by required conditions
docs: add nextra docs
2026-02-18 03:01:54 +00:00

26 lines
No EOL
823 B
Text

---
title: Name Lookups
description: Getting AI-powered suggestions for variable, function, and class names.
---
# Name Lookups
ProxyAI analyzes the purpose and scope of variables, functions, classes, and more to propose clear and descriptive names.
<video
src="https://proxyai-assets.s3.eu-central-1.amazonaws.com/videos/name-lookups.mp4"
alt="Name Lookups"
width="1200"
height="800"
className="nx-rounded-lg nx-my-4"
autoPlay
muted
loop
/>
To use Name Lookups:
- Position your cursor on the variable, method, or class you want to rename
- Press `Shift+F6` (Windows/Linux) or `Cmd+F6` (macOS) to initiate the refactoring
- ProxyAI automatically adds contextually relevant name suggestions to the standard lookup list
- Select any of the AI-suggested names from the dropdown to apply it