java developer

- Total activity 173
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 21
- Subscriptions 43
-
Created Oh, and another thing (LOL)
I never tried the AI assistant. Not once. So I don't know why it told me this. Not a complaint, not asking for help or for anyone to take action, just some feedback. I never used this feature. I ne... -
Edited Trying to learn python with JB plugin fails.
Installed toolbox. Used Toolbox to install PyCharm. Went here:https://plugins.jetbrains.com/plugin/16630-introduction-to-pythonPushed button. Button eventually says (parapharsing) "Failed Is your I... -
Created Anyone know what the format of data exchanged between Jetbrains and the IDE is?
AnsweredDoes this question make sense? What mimetype of data is exchanged between Jetbrains and an IDE connected to JB servers, both using AI and not using Ai?Is it text (.txt)? .html? javascript files? a... -
Created Anyone used any AI service yet? Which one and can you tell us what it's like and give your opinion?
I am looking at TabNine currently because they don't transfer your code to their servers. Has anyone used this yet How does it work with IJ? How about any other AI service? Opinons? -
Created New UI
AnsweredSorry to bring this up in yet another thread but I am trying to get clarity on a couple of specific points. Is the plan to remove the old UI entirely from future development of future IJ versions... -
Created Find usages in file seems to be broken
AnsweredSo… if I do a find usages on a field in a Java class and it finds nothing but I search for that field (using whole-words, case-sensitive search) and it turns up 20 usages then that means find usage... -
Edited Anyone used the AI service yet? Can you tell us what it's like and give your opinion?
AnsweredI am never going to be able to use the AI service because there's not an option for it to be locally hosted AFAIK although confidential side agreements may exist between Jetbrains and individual co... -
Edited jlink jdeps support for building a custom runtime image?
AnsweredTo create a runtime image one first runs the jdeps command and then the jlink command using the output of the jdeps command. It's quite mechanical and labor intensive. Also the jpackage command is... -
Edited Why do some debug breakpoints change to a gray international "no" symbol ?
AnsweredI set a debug breakpoint on a line: myComponent.paint() , a Swing call. When I go to debug, the red debug circle changes to a gray international "no" symbol and the debugger does not stop at the... -
Created What happened to the debug feature (button) in IntelliJ "force step into" ?
AnsweredI no longer see the "force step into" button in the IntelliJ debugger. I am no longer able to step into Swing's libraries methods, only methods from Swing libraries which I've overridden. IDE v...