Francesco Fantauzzi

- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 7
-
Francesco Fantauzzi created a post, AnsweredKeep 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 created a post, 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 created a post, AnsweredHow 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 created a post, AnsweredHow 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 created a post, AnsweredSharing 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 ... -
-
Francesco Fantauzzi created a post, CompletedPyCharm CE hangs at start while "Loading modules..."
Since today, when I run PyCharm, it hangs while "Loading modules...". How can I troubleshoot/fix it? Running it from console I get no output. CPU usage is very low. Running under Ubuntu 16.04 64-b...