Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Arina Efremova
Follow
New articles and posts
New articles, posts, and comments
Total activity
1841
Last activity
March 22, 2023 17:04
Member since
December 20, 2019 11:04
Following
0 users
Followed by
4 users
Votes
82
Subscriptions
674
Activity overview
Articles (0)
Posts (9)
Comments (1076)
Sort by recent activity
Recent activity
Votes
Created
March 22, 2023 17:04
It seems that the JDK installation path is incorrectly registered in the Windows Registry indeed. To fix this, remove the incorrect registry entry for the OpenJDK installation and reinstall the JDK...
Community
IntelliJ IDEA Users
Annoying message spams console at runtime
0 votes
Created
March 21, 2023 12:02
Hi Vladan,SOCKS proxy is not yet implemented in DataGrip for database connections unfortunately. You are welcome to upvote https://youtrack.jetbrains.com/issue/DBE-2625
Community
DataGrip
Connect to Azure PostgreSQL over proxy
1 vote
Created
March 17, 2023 10:12
Hi - indeed, it is currently only possible to display the relations by dragging additional tables into the diagram manually. You are welcome to upvote the following issues: https://youtrack.jetbra...
Community
DataGrip
[DataGrip][Diagrams] View related tables
0 votes
Created
March 16, 2023 10:31
Please upvote https://youtrack.jetbrains.com/issue/DBE-12880
Community
DataGrip
datagrip cannot format MongoDB query sql
0 votes
Created
March 14, 2023 16:30
See if this solution helps: https://stackoverflow.com/a/28708678/12594975
Community
DataGrip
pls-00302 "component must be declared" error when trying to debug PLSQL stored procedure or when trying to execute procedure
0 votes
Created
March 14, 2023 15:41
You can do it directly from the init.py's main function like this (taken from a tutorial here): Contents of init.py: import pymongodef main(): myclient = pymongo.MongoClient("mongodb://localhost...
Community
PyCharm
MongoDB database interface syntax
0 votes
Created
March 13, 2023 13:29
You can check the file
Community
IntelliJ IDEA Users
Run Configurations disappeared from Services tool window
0 votes
Created
March 13, 2023 13:29
Configuration types are only visible in the Services window if at least one actual configuration of that type exists. Information about both types and configurations is stored in the file called wo...
Community
IntelliJ IDEA Users
Run Configurations disappeared from Services tool window
0 votes
Edited
March 13, 2023 12:44
Pdyoma You can do it in the settings.gradle file of each project: rootProject.name = 'projectName1' The issue itself is a known one. Please upvote https://youtrack.jetbrains.com/issue/IDEA-153554
Community
IntelliJ IDEA Users
"Reload Gradle" overwrites "project name"
1 vote
Edited
March 13, 2023 11:03
Hi Korby, I submitted a bug report for these problems to our tracking system so that the Dev team can look into it: https://youtrack.jetbrains.com/issue/SCL-21073 Please add a comment there with ...
Community
IntelliJ IDEA Users
Why can't SBT recognize the `idePackagePrefix` in build.sbt and find the tests written with scalatest ?
0 votes
1
2
3
4
5
6
›
»