Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
Here is the reasoning: Compiler error is syntax error Language server can catch all syntax error Therefore, all compiler errors can be caught by language server I have the feeling that this...
#4: Post edited
- Here is the reasoning:
- 1. Compiler error is syntax error
- 2. Language server can catch all syntax error
- 3. Therefore, all compiler errors can be caught by language server
- I have the feeling that this is true, based from my understanding on [Language Server Protocol - Wikipedia](https://en.wikipedia.org/wiki/Language_Server_Protocol). But the article doesn't explicitly mention any point of above.
If point 3 is true, then we can say that language server catches compiler error without having a compiler. And as the difference between an IDE and a code editor is just whether the compiler is integrated in it or not, then we can redefine IDE as a text editor with language server. Or we can say that as of today, code editor is IDE, and IDE is code editor, and we only need to use one term. The necessity for using the term IDE has ceased to exist. We only use it as a habit.- [Why is VS Code considered as a code editor and not an IDE ? : r/vscode](https://www.reddit.com/r/vscode/comments/1c2akco/comment/kz91o70/)
- Here is the reasoning:
- 1. Compiler error is syntax error
- 2. Language server can catch all syntax error
- 3. Therefore, all compiler errors can be caught by language server
- I have the feeling that this is true, based from my understanding on [Language Server Protocol - Wikipedia](https://en.wikipedia.org/wiki/Language_Server_Protocol). But the article doesn't explicitly mention any point of above.
- If point 3 is true, then we can say that language server catches compiler error without having a compiler. And as the difference between an IDE and a code editor is just whether the compiler is integrated in it or not, then we can redefine IDE as a code editor with language server. Or we can say that as of today, code editor is IDE, and IDE is code editor, and we only need to use one term. The necessity for using the term IDE has ceased to exist. We only use it as a habit.
- [Why is VS Code considered as a code editor and not an IDE ? : r/vscode](https://www.reddit.com/r/vscode/comments/1c2akco/comment/kz91o70/)
#3: Post edited
- Here is the reasoning:
- 1. Compiler error is syntax error
- 2. Language server can catch all syntax error
- 3. Therefore, all compiler errors can be caught by language server
- I have the feeling that this is true, based from my understanding on [Language Server Protocol - Wikipedia](https://en.wikipedia.org/wiki/Language_Server_Protocol). But the article doesn't explicitly mention any point of above.
If point 3 is true, then we can say that language server catches compiler error without having a compiler. And as the difference between an IDE and a code editor is just whether the compiler is integrated in it or not, then we can redefine IDE as a code editor with language server. Or we can say that as of today, code editor is IDE, and IDE is code editor, and we only need to use one term. The necessity for using the term IDE has ceased to exist. We only use it as a habit.- [Why is VS Code considered as a code editor and not an IDE ? : r/vscode](https://www.reddit.com/r/vscode/comments/1c2akco/comment/kz91o70/)
- Here is the reasoning:
- 1. Compiler error is syntax error
- 2. Language server can catch all syntax error
- 3. Therefore, all compiler errors can be caught by language server
- I have the feeling that this is true, based from my understanding on [Language Server Protocol - Wikipedia](https://en.wikipedia.org/wiki/Language_Server_Protocol). But the article doesn't explicitly mention any point of above.
- If point 3 is true, then we can say that language server catches compiler error without having a compiler. And as the difference between an IDE and a code editor is just whether the compiler is integrated in it or not, then we can redefine IDE as a text editor with language server. Or we can say that as of today, code editor is IDE, and IDE is code editor, and we only need to use one term. The necessity for using the term IDE has ceased to exist. We only use it as a habit.
- [Why is VS Code considered as a code editor and not an IDE ? : r/vscode](https://www.reddit.com/r/vscode/comments/1c2akco/comment/kz91o70/)
#2: Post edited
- Here is the reasoning:
- 1. Compiler error is syntax error
- 2. Language server can catch all syntax error
- 3. Therefore, all compiler errors can be caught by language server
I have the feeling that this is true, based from my understanding on [Language Server Protocol - Wikipedia](https://en.wikipedia.org/wiki/Language_Server_Protocol). But the article doesn't explicitly mention any point of above.
- Here is the reasoning:
- 1. Compiler error is syntax error
- 2. Language server can catch all syntax error
- 3. Therefore, all compiler errors can be caught by language server
- I have the feeling that this is true, based from my understanding on [Language Server Protocol - Wikipedia](https://en.wikipedia.org/wiki/Language_Server_Protocol). But the article doesn't explicitly mention any point of above.
- If point 3 is true, then we can say that language server catches compiler error without having a compiler. And as the difference between an IDE and a code editor is just whether the compiler is integrated in it or not, then we can redefine IDE as a code editor with language server. Or we can say that as of today, code editor is IDE, and IDE is code editor, and we only need to use one term. The necessity for using the term IDE has ceased to exist. We only use it as a habit.
- [Why is VS Code considered as a code editor and not an IDE ? : r/vscode](https://www.reddit.com/r/vscode/comments/1c2akco/comment/kz91o70/)
#1: Initial revision
Can all compiler errors be caught by language server?
Here is the reasoning: 1. Compiler error is syntax error 2. Language server can catch all syntax error 3. Therefore, all compiler errors can be caught by language server I have the feeling that this is true, based from my understanding on [Language Server Protocol - Wikipedia](https://en.wikipedia.org/wiki/Language_Server_Protocol). But the article doesn't explicitly mention any point of above.
