主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
foxsquirrel
活动总数
56
最后的活动
2025年06月22日 01:56
成员加入日期
2024年02月02日 18:05
关注
0 名用户
关注者数
0 名用户
投票数
2
订阅数
24
活动概览
帖子(18)
评论(12)
按最近的活动排序
最近的活动
投票数
创建于
2024年09月13日 23:25
Yes, it is possible. I don't use ROS, however it would be the same as other c++ projects. You will have to set up remote builds and build the code on your target. It will function just like your lo...
社区
CLion
ROS C++ code debug with CLion
0 票
已编辑于
2024年07月05日 16:44
Yes, that is correct. My view is different and it does not work, it only has a drop down that has urls that have been entered by hand. Other places have the same issue, it seems like a java related...
社区
CLion
Why is copy and paste disabled in Clion "Get from version control"
0 票
创建于
2024年05月16日 10:31
Hit shift twice, type in code folding (toggle folding), do this while your cursor on the line with …
社区
CLion
Disable doxygen
0 票
创建于
2024年05月09日 16:07
I don't work with the stm products, however all our other boards work fine. We are using ssh / ethernet to connect. How are you trying to connect?
社区
CLion
STM32C0x
0 票
创建于
2024年02月26日 23:01
Thank you Anna.
社区
CLion
Looking for IDE enviroment variable that is tied to /tmp/tmp.85zGxtQYYq/cmake-build-debug-remote-imx8/test_GTK4
0 票
创建于
2024年02月13日 17:35
In the project tree create a directory my_test_directoryMove your “mqtt/client.h” into that directory.CMakeLists.txt add this line include_directories(my_test_directory) Right click and reload cma...
社区
CLion
Cannot Include Libraries
0 票
创建于
2024年02月12日 02:13
Click on it and in the upper right corner, clear all.
社区
CLion
Disable flashing red exclamation mark indicator "IDE Internal Error Ocurred"
0 票
创建于
2024年02月06日 18:19
Thank you very much for being so very helpful and accurate. file(COPY) worked perfectly to get the files on the remote board and locally.
社区
CLion
How to install a file set on remote target using cmake?
0 票
创建于
2024年02月05日 00:23
Hello Anna,Thank you very much for that information, I just checked the box and set the environment variables and the wayland compositor launches GTK. Additionally, pthread.h and signals.h are also...
社区
CLion
How to disable VM that is running. It interferes with epoll.h and pthreads.h
0 票
已编辑于
2024年02月03日 20:17
#include <iostream>#include <bits/stdc++.h>int main() { std::cout << "Hello, World!" << std::endl; std::cout << sqrt(25); return 0;} Hello, World!5Process finished with exit code 0 It is w...
社区
CLion
#include<bits/stdc++.h> cannot work
0 票
«
第一页
‹
上一页