mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-04-28 11:41:28 +00:00
26 lines
No EOL
823 B
Text
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 |