Christoph Koschel86

- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Christoph Koschel86 created a post, Disabling Built-in Lib Types in JavaScript with jsconfig.json
Hi,I want to disable all built-in lib types for my JavaScript project. I assumed that setting the "noLib" flag in a jsconfig.json file would work the same way as in a tsconfig.json file.What confus... -
Christoph Koschel86 commented, -
Christoph Koschel86 created a post, AnsweredLanguage Extension with Antlr4
First of all I would like to say that JetBrains provides fantastic tools for software development.My question is: Besides the Backus-Naur-form (.bnf) which is used for generating lexer's and Flex f...