Home AMX User Forum AMX General Discussion
Options

More accurate (pre-)compiler

I wish the (pre-)compiler would give of more distinct errors and that the entire thing becomes much more accurate and clear than it is now. Especially when I've written code for a large project and there's literally 100s of lines to go through as soon as a syntax error pops up.

I've found tools like Visual Studio and XCode to be so much more accurate when addressing (possible) issues. I would love to have this power added to NS. It shows you consequences as soon as you, you do something potentially silly.

For example say you forget the last closing } in your 'ui.axi' it will then give you syntax errors in your main file, just after your #include. This is easily resolved but it would be much easier and faster if you get notified of doing something silly like forgetting that last bracket.

A possible futile request, especially here. But one can hope.

Comments

  • Options
    ericmedleyericmedley Posts: 4,177
    also shameless plug for my idea of a 'super_include' while we're on the subject of wish lists.
Sign In or Register to comment.