Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Lucide
Total activity
14
Last activity
November 10, 2020 13:57
Member since
August 22, 2020 22:24
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
3
Activity overview
Posts (3)
Comments (7)
Sort by recent activity
Recent activity
Votes
Edited
November 10, 2020 13:57
(CLion 2020.2.4) By reproducing your example, and getting the same behaviour as you, I discovered that macro functions are the issue. C has no namespaces, everything is global. The functions declar...
Community
CLion
Undesired formatting of C compound literals
0 votes
Edited
November 09, 2020 21:27
typedef uint8_t const *const *VTStrs;#define LTSTRS (VTStrs)(char const *const []) typedef unsigned int const (*VTSizes)[2];#define LTSIZES (VTSizes)(unsigned const int [][2]) They are helper macro...
Community
CLion
Undesired formatting of C compound literals
0 votes
Created
November 09, 2020 20:17
It's a CMake project
Community
CLion
Undesired formatting of C compound literals
0 votes
Created
August 25, 2020 16:09
Ok, fair enough. I think having clarified all these file watchers "hidden" properties will make for a much better experience, as now I know what can be done and what cannot beforehand, without comi...
Community
WebStorm
insights about File Watchers
0 votes
Edited
August 25, 2020 15:45
> The check box is enabled only for several file types, for which IDE is able to track inclusion (imports). Ahh I see, nice > Could you clarify the question (unless already answered)? I mean that...
Community
WebStorm
insights about File Watchers
0 votes
Edited
August 25, 2020 11:19
Thank for your reply,That's a lot of smartness and implicit behaviour changes that we got here. Is this in the documentation? So, the ide uses the presence of file-related macros as an indicator to...
Community
WebStorm
insights about File Watchers
0 votes
Edited
August 23, 2020 16:34
Thank you, I've posted a comment, but those issues look forgotten. I wonder is WebStorm is still a viable option to do some work in 2020. Sad to see glorified text editors take all the spotlight, b...
Community
WebStorm
Customize the build-in server's document root using in-place server
0 votes