Christoph Koschel86
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created 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... -
Created Language Extension with Antlr4
AnsweredFirst 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...