Relative Content

Tag Archive for ide

Create code editor auto-suggest (like IntelliSense)

If one would to write auto-suggest for an IDE/code editor (like IntelliSense), does one generally need to write a parser for any language that should be supported, or do compilers/runtimes provide these things?

Is a coding standard even needed any more?

I know that it’s been proven that a coding standard helps enormously. However, there are many different tools and IDEs that will format to whatever standard the programmer prefers. So long as the code’s neat/commented (and not a spaghetti mess), I don’t see the need for a coding standard.

What IDE(s) or editor(s) do companies like Google, Apple, IBM, etc. use? [closed]

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 12 years ago. Even though I have quite some experience in […]