Which IDE and tools are best suited for gcc C development? I currently use vscode and the tried using the ms-vscode.cpptools extension which "supports" gcc C. But extensions like nested functions, are not supported, and come up as errors in my ide even though it compiles fine with gcc (note: clang does not support nested functions in C).

2 Replies 2

While I can see the usefulness of things like nested functions, my advice is to not use non-standard and compiler-specific extensions.

Also, the VSCode extension itself should be compiler-agnostic. What problems do you specifically have with it? Perhaps ask a proper question about that instead?

Your Reply

By clicking “Post Your Reply”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.