java developer
- Total activity 170
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 21
- Subscriptions 42
-
Created Can't post this review of their AI to the plugin review section itself because it wont' let me so thought I'd put it here.
AnsweredLike everyone else I really want JB to integrate this brilliantly with the IDE. So far it's a total failure.Just to give a little taste of how little apparent integration with the IDE has gone on b... -
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...