Kanishknishar
- 活动总数 35
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 8
-
创建于 How to set default JDK to always be preview features enabled?
已回答JDK 22 has String templates which is pretty cool. In general I find the newer features of Java that are still being tested as very cool and worth always keeping enabled. Is there a way to have proj... -
创建于 IntelliJ can't find built-in classes/methods
已回答My IDE:```IntelliJ IDEA 2023.3.2 (Community Edition)Build #IC-233.13135.103, built on December 20, 2023Runtime version: 17.0.9+7-b1087.9 amd64VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.Windows... -
已编辑于 Is the Defender antivirus exclusion still a bug?
已回答I am running IntelliJ Community Edition 2023.2. I have added both JetBrains folder as well as my Java projects folder to my exclusions list: Yet whenever I open up a new project it asks me to add I... -
创建于 Autosuggest react
React uses XML so the syntax requires closing tag />. However when I press enter after clicking on it, I get standard HTML <img> tag. This is my setting: I added @types/react and @types/react-dom ... -
创建于 Visual bug while reading documentation
已回答Documentation should look like this: But instead it looks like this for me: My IntelliJ using Amazon Corretto 17.0.3: IntelliJ IDEA 2022.1.3 (Community Edition)Build #IC-221.5921.22, built o... -
已编辑于 Can't use Switch Pattern Matching with Gradle
已回答I want to try using switch pattern matching on my Gradle project. I am running Corretto JDK 17 at the moment. I tried to enable it after manually running the latest Gradle version: Build file 'D:\O... -
创建于 Update equals() method code generation to use pattern matching
已回答Is there a way to change the default template of java.util.Objects.equals and hashCode (java 7+) to use pattern matching every time it generates the code? As it stands right now, the IDE tells me t... -
创建于 Different accounts being used when committing to GitHub
已回答I recently switched my GitHub account associated with IntelliJ to my main one (this one) and deleted the old GitHub account from options. Whenever I "Share Project on GitHub", the project is upload...