비주얼 스튜디오에서 C++ 로 게임 개발을 더 쉽고 더 빠르게 하십시오

비주얼 어시스트의 맞춤형 기능과 언리얼 엔진(Unreal Engine) 4 및 5 지원을 활용해 비주얼 스튜디오의 한계를 뛰어넘으십시오. 대규모 게임 프로젝트에서도 문맥을 인식하는 제안, 빠른 성능 및 최소 로딩 시간을 경험하십시오.

모든 기능이 제공되는 비주얼 어시스트 30일 평가판을 사용해보십시오. 구매 시 다시 설치하거나 다시 구성할 필요가 없습니다.

언리얼 엔진(Unreal Engine) 맞춤 지원을 활용해 귀하의 비전을 현실로 구현하십시오

쉽게 코드를 이해

VA의 파서는 언리얼(Unreal) 확장 코드 언어의 문맥을 완전히 이해하고 구문 강조 표시와 띄어쓰기를 알맞게 조정합니다. UFUNCTION나 UCLASS를 선언할 때 생기는 성가신 탭들과 에러 오탐, 레이블 없는 심볼은 이제 역사 속으로 사라졌습니다.

관련 힌트 얻기

신속하게 지정자(specifier)를 입력하십시오. 도움말로 넘어가서 U*Macros 대부분을 찾는 횟수를 줄이십시오. 귀하가 엔진을 변경하거나 새 지정자를 추가하는 경우, 비주얼 어시스트가 알맞은 지정자를 감지하고 제안 사항을 추가합니다.

다른 모든 것과 함께 작동

비주얼 어시스트는 U*Macro 지정자를 읽습니다. 그리고 이를 사용하여 기능은 더 스마트합니다. Goto, Goto Related, Find References, Rename, Change Signature가 모두 암시적 방법을 지원하도록 확장되었습니다.

한계를 넘어

비주얼 스튜디오 기본 파서의 한계 중 하나는 일반적으로 게임 개발과 관련된 대규모 솔루션에서 어려움을 겪는다는 점입니다. 비주얼 어시스트를 활용하면 부정확한 빨간줄이 없이 코딩하고, 다른 작업에 쓸 수 있게 메모리를 절약할 수 있습니다.

문맥 인식 대화 상자 및 도움말

언리얼 엔진(Unreal Engine) C++ 도움말은 종종 코드 자체 안에 들어 있습니다. 비주얼 어시스트는 Unreal의 확장 코드 언어를 이해하므로 기반 클래스와 U*Macro 지정자로부터 해당 주석과 대화창을 표시합니다.

비주얼 어시스트 기능

비주얼 어시스트에는 여러 일반 C++ 기능이 있어서 게임 개발에도 유용합니다.

파일 열기 및 검색 (Shift + Alt + O)

파일 탐색기를 여는 대신 VA는 솔루션의 모든 프로젝트를 단일 대화 상자 메뉴에 나열합니다. 강력한 문맥 인식 검색 기능을 기반으로 작동하므로 관련 파일이나 문자열을 입력하기만 해도 관련 파일을 찾을 수 있습니다. 이는 게임 프로젝트에 매우 유용한 기능입니다.

더 알아보기

심볼 찾기 (Shift + Alt + S)

고급 필터링 및 정렬을 사용하여 수천 개의 기호를 쉽게 정렬합니다. 변수, 클래스 또는 구조체에서 또는 솔루션에서 활용하십시오. 이 대화 상자에서 심볼을 복사하거나 해당 심볼로 이동하거나 심볼에 대한 모든 참조를 찾을 수도 있습니다.

더 알아보기

파일 안의 메서드 나열 (Alt+M)

클래스 및 메서드의 간단한 드롭다운을 통해 현재 파일을 탐색합니다. 부분 문자열을 사용하여 목록을 필터링합니다.

더 알아보기

가상 메서드 구현 (Shift + Alt + Q)

C++ 또는 C#으로 된 기반 클래스에 있는 인터페이스 또는 가상 메소드의 메소드 스텁(stub)을 빠르게 생성합니다. 이 단축키는 캐럿의 위치나 강조 표시된 항목에 맞는 퀵 액션(Quick action)과 리팩토링 메뉴를 열어서 해당 문맥에 알맞은 다양한 옵션을 제공합니다.

더 알아보기

대응되는 파일 열기 (Alt + O)

이것은 일반적으로 헤더와 구현 파일 사이를 빠르게 전환하는 데 사용됩니다. VA 버전은 둘 이상의 목적지가 가능한 경우, 메뉴를 제공합니다.

더 알아보기

사용후기

"If I lose my hands I could type with my mouth. Take my VA and I'm done."

It doesn't write the code for me, but it provides the tools for me to write it faster and better. I'm getting to really like the VA Code Inspection and the Extract Method really helps.

2022

"Visual Assist is absolutely essential."

Visual Assist is absolutely needed for professional programming in Visual Studio… The time saved through the use of these very basic things is quite incalculable to the point where there's just no reason for anyone to ever use Visual Studio without Visual Assist.

2022

"Great software to code fast!"

I think VA does its core job best! Refactoring of code and which helps me tremendously with my projects. I can code faster and deliver faster. I think I am so addicted to the software that I cannot do without it even one day! And thats true!

2022

"Visual Assist is an absolute essential when it comes to working with large code bases."

Visual Assist drastically improves upon the built-in Intellisense system provided in Visual Studio. When using Visual Assist, I find that I spend much less time combing through Unreal Engine code as well as my own. The 'Search for Symbol' feature also allows filtering out engine code in order to quickly find symbols within my own code.

2022

"Good performance on large projects, handy for everyday workflow."

The most performant solution among several alternatives I've tried on a large project.

2022

"A real assistant."

Fewer errors, less googling, and less confusion. It provides what I expect from a modern IntelliSense.

2022

"If I lose my hands I could type with my mouth. Take my VA and I'm done."

It doesn't write the code for me, but it provides the tools for me to write it faster and better. I'm getting to really like the VA Code Inspection and the Extract Method really helps.

2022

"Visual Assist is absolutely essential."

Visual Assist is absolutely needed for professional programming in Visual Studio… The time saved through the use of these very basic things is quite incalculable to the point where there's just no reason for anyone to ever use Visual Studio without Visual Assist.

2022

"Great software to code fast!"

I think VA does its core job best! Refactoring of code and which helps me tremendously with my projects. I can code faster and deliver faster. I think I am so addicted to the software that I cannot do without it even one day! And thats true!

2022

"Visual Assist is an absolute essential when it comes to working with large code bases."

Visual Assist drastically improves upon the built-in Intellisense system provided in Visual Studio. When using Visual Assist, I find that I spend much less time combing through Unreal Engine code as well as my own. The 'Search for Symbol' feature also allows filtering out engine code in order to quickly find symbols within my own code.

2022

"Good performance on large projects, handy for everyday workflow."

The most performant solution among several alternatives I've tried on a large project.

2022

"A real assistant."

Fewer errors, less googling, and less confusion. It provides what I expect from a modern IntelliSense.

2022

Great stuff happens all the time.

비주얼 어시스트는C++ 및 언리얼 엔진 개발자에게 유용한 새로운 기능을 언제나 꾸준히 제공합니다.