Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Gileli121
Total activity
14
Last activity
August 10, 2021 11:24
Member since
January 02, 2021 15:39
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
4
Activity overview
Posts (3)
Comments (6)
Sort by recent activity
Recent activity
Votes
Edited
January 28, 2021 06:36
Check out the plugin "GlassCode" http://glass-code.com/
Community
IntelliJ IDEA Users
Transparency
0 votes
Created
August 07, 2021 18:34
You are right. But after the page reloaded, I can't see anymore what I select like this:
Community
WebStorm
LiveEdit issue with Angular - After page refresh it stop working
0 votes
Created
August 07, 2021 17:13
Is there some other way to enable the live edit functionality for Angular?If not than I really want that you add support also for Angular. Thanks.
Community
WebStorm
LiveEdit issue with Angular - After page refresh it stop working
0 votes
Created
August 07, 2021 16:45
Thanks for the help. But you got me wrong. I am doing what you said.I am holding CTRL+SHIFT and click on the URL. It works. But after I did some change, it reload the page and after it reloaded the...
Community
WebStorm
LiveEdit issue with Angular - After page refresh it stop working
0 votes
Created
January 03, 2021 10:42
Seems that it also works for the build task (it adding it to the zip).So I figure it out
Community
IntelliJ IDEA Open API and Plugin Development
Looking for a way to configure the gradle to add bin/my_binary.exe inside the plugin zip file
0 votes
Created
January 02, 2021 23:09
I found part of the answer myself.To make that "runIde" task will add these files to the plugin folder, I add task addBinariesToSandbox { doLast { println 'Adding binaries' copy ...
Community
IntelliJ IDEA Open API and Plugin Development
Looking for a way to configure the gradle to add bin/my_binary.exe inside the plugin zip file
0 votes