(2 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
* Via the IntelliTips options in the [[:Category:Project tab|Project tab]] | * Via the IntelliTips options in the [[:Category:Project tab|Project tab]] | ||
− | * Via [[Auto | + | * Via [[Auto completion|auto-complete]] when typing source code |
− | * Via the [[Classviewer]] in the [[File view]] (only available for projects) | + | * Via the [[Classviewer]] in the [[File view|Workspace Manager]] (only available for projects) |
==Configuring IntelliTips== | ==Configuring IntelliTips== | ||
Line 20: | Line 20: | ||
* [[Settings:IDE:IntelliTips:Quick tips|Settings » IDE » IntelliTips » Quick tips]] | * [[Settings:IDE:IntelliTips:Quick tips|Settings » IDE » IntelliTips » Quick tips]] | ||
* [[Settings:IDE:Parser|Settings » IDE » Parser]] | * [[Settings:IDE:Parser|Settings » IDE » Parser]] | ||
+ | |||
+ | ==Supported languages== | ||
+ | You can see what languages UEStudio supports for IntelliTips parsing under [[Settings:IDE:Parser|Settings » IDE » Parser]]. |
This feature is available in UEStudio only.
UEStudio offers language intelligence via IntelliTips (similar to Visual Studio's IntelliSense). IntelliTips collects symbol information about the open file or project in order to provide code completion suggestions via auto-complete; tooltips for functions, classes, structs, etc.; tree-style class browsing; and more.
By default, UEStudio will automatically and silently parse your active file or project for IntelliTips information. There's nothing you need to do to enable this. Once the project or file has been parsed, you can then leverage IntelliTips functionality in a variety of ways:
You can configure IntelliTips in UEStudio in the following sections of Settings:
You can see what languages UEStudio supports for IntelliTips parsing under Settings » IDE » Parser.