Dean Schulze
- 活动总数 68
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 24
-
创建于 Intellij not recognizing when new dependencies are added to build.gradle.kts
已回答I've checked out a Kotlin project from VCS. I've added the kotlintest dependencies to the build.gradle.kts file, but Intellij does not recognize the new dependencies. I've executed the reload fro... -
创建于 How to set LD_LIBRARY_PATH to debug a cgo program
已回答To run the binary from the command line I set this export LD_LIBRARY_PATH=/home/dean/src/liqid.slurm.integration/liqid.conf.file.parser/c/cmake-build-debug When running the debugger I've tried sett... -
创建于 How can I clean up the compiler-file*.d files from the compilation database?
已回答I created a compilation database for a large C project. So far it's been working well, but my directories are filling up with compiler-file*.d files. Is there a way to clean them up? -
创建于 CLion can't find .h files in /usr/include/mysql
已回答I've created a new CMake project from legacy code. The code compiles with make from the command line. CLion can't compile because it can't find mysql.h, which is in /usr/include/myql. I've added... -
创建于 How do I get javadoc for JDK 11 and Spring Boot 2 to display in Intellij?
已回答Ctrl+q doesn't show the javadoc for either JDK or for Spring Boot. I have turned on automatic down through maven (Settings -> Build, Execution, Deployment ->Build Tools -> Maven -> Importing) but ... -
创建于 Intellij can't import Spring Boot project
已回答I checked out a SpringBoot project. It builds and runs from the command line with maven. When I import it into IntelliJ as a maven project it complains that it can't find the SpringBoot classes. ... -
创建于 Arrow keys on number pad not working on Ubuntu 18.04
已回答I just recently started using Ubuntu 18.04.2 with the gnome 3 desktop after using Ubuntu 16.04 with Unity for 2 years. The arrow keys on the number pad don't work for IntelliJ. They were working o... -
创建于 Intellij golang build can't find dependencies in the same directory
When I do a build on the file with the main method Intellij can't find a file in the same package and same directory that contains a struct definition. The editor can find the struct definition be... -
创建于 How can I compare my local file to the latest version in the git remote repository?
已回答The latest version of a file in the remote repository creates a huge merge conflict. I rolled back my local copy from the command line with git merge --abort. Does IntelliJ have a way of comparing... -
创建于 How do I get IntelliJ to generate a new method ?
已回答In Eclipse I can type something like the following where the method does not exist in the class ShipmentDataReader.getShipmentByShipmentId(shipmentId); and Eclipse gives me the option to create t...