Francesco Fantauzzi
- 活动总数 22
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 8
-
Francesco Fantauzzi 创建了一个帖子, 已回答Is quarto supported in PyCharm?
I have a .qmd file opened in a PyCharm project, and I see that the editor colors the syntax, recognizes cells, but the buttons to run/debug the cell are disabled. See screenshot. Is there a way to ... -
Francesco Fantauzzi 创建了一个帖子, 已回答Keep getting "External file changes sync might be slow", but shouldn't
After making a new project, I get the warning in the screenshot here, but shouldn't. The project is tiny, file system is a local ext4 (same SSD as Ubuntu's boot and my home dir.), and I have alread... -
Francesco Fantauzzi 创建了一个帖子, How can I associate a file name (or file type) to an existing syntax highlight scheme?
I am using snakemake, which requires me to write a script (always) called `Snakefile`, whose syntax is derived from Python. How can I tell PyCharm I would like to highlight the syntax in file `Snak... -
-
-
Francesco Fantauzzi 创建了一个帖子, 已回答How to set environment variables for remote debugging?
I have set environment variables for my program in the Run/Debug Configurations (see screenshot below). When I run the program normally, the program sees the environment variables I have set (ROS_M... -
-
Francesco Fantauzzi 创建了一个帖子, 已回答How to get type hint for auto variables in C++?
Is it possible to see a type hint for a C++ auto variable? I haven't managed to enable them. Are they available? E.g. I would like to see the type of callback in auto callback = [&publisher](const ... -
Francesco Fantauzzi 创建了一个帖子, 已回答Sharing catkin workspace (ROS) between PyCharm and CLion projects
I understand it is not currently possible to share the same project root between CLion and PyCharm. Can I at least have a part of the projects tree shared between the two? That would imply sharing ... -