Kanishknishar

- Total activity 35
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 8
-
Created How to set default JDK to always be preview features enabled?
AnsweredJDK 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... -
Created IntelliJ can't find built-in classes/methods
AnsweredMy 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... -
Edited Is the Defender antivirus exclusion still a bug?
AnsweredI 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... -
Created 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 ... -
Created Visual bug while reading documentation
AnsweredDocumentation 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... -
Edited Can't use Switch Pattern Matching with Gradle
AnsweredI 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... -
Created Update equals() method code generation to use pattern matching
AnsweredIs 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... -
Created Different accounts being used when committing to GitHub
AnsweredI 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...