Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 My code errors are not underlined.
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

cantudev
Starting Member

Turkey
1 Posts

Posted - Sep 23 2021 :  1:52:21 PM  Show Profile  Reply with Quote
Hello, I am using the trial version and planning to buy a personal license since it makes using Unreal Engine 4 increadibely easy. But I still don't understand something. I disabled the VS's Default Intellisense since it is too slow. Now when I'm coding erros are not underlined. For example:

void Foo()
{
   return -1;
}

VA doesn't give me any error about it while I'm still typing. Am I doing something wrong or VA doesn't have that feature?

feline
Whole Tomato Software

United Kingdom
18749 Posts

Posted - Sep 24 2021 :  06:52:22 AM  Show Profile  Reply with Quote
I am glad to hear that VA is helping so well with Unreal Engine :)

Unfortunately VA does not underline this sort of error, this underlining would be coming from the IDE intellisense parser.

There are a couple of VA features that will help though. First is:

VA Options -> Underlining -> Underline unrecognized symbols using <colour>

which is explained here:

https://docs.wholetomato.com/default.asp?W200

the second is Code Inspection, which is designed to warn you about a growing range of issues:

https://docs.wholetomato.com/default.asp?W760

this does require some extra parsing to work, but since it only parses the current file, and required headers, it should not slow you down.

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000