Salil Surendran
- 活动总数 43
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 18
-
创建于 How to scroll line by line in IntelliJ while using touchpad in Microsoft Surface Pro 9 using Windows 11
已回答When I scroll using the touchpad IntelliJ just jumps multiple lines and doesn't smooth scroll whether I check the option in settings or not. https://Upload id: 2024_04_22_UJsGNP69hsK14yzVLYLckw (fi... -
创建于 IntelliJ not compiling before execution
已回答How do I compile the entire project before it executes any file for a maven project. I create a Run configuration for single java class and I have to enter mvn:compile in the run configuration for ... -
创建于 How to connect to Zeppelin Server with a remote proxy
已回答Hello, There is no public IP for my EMR cluster and so I create a tunnel to a bastion and then connect to Zeppelin using a Firefox plugin like FoxyProxy. The tunnel is created using: ssh -o Pro... -
创建于 Autocomplete left side of the equation
已回答Consider, I have a method private List<String> getListOfStrings(){ } Is there a way for me to type in getListOfStrings(); Enter a shortcut and Intellij to autocomplete by adding 'List<String> li... -
创建于 Shortcut key to auto-complete covering the next word.
已回答Hello,I am working on IntelliJ for MacOS. I am looking at options to auto-complete where the auto-complete also covers the next word. I know two shortcut keys to auto-complete right now. One is 'Ta... -
创建于 Angular 2 Typescript Live Template doesn't recognize ts files in IntelliJ IDEA Community Edition
已回答I installed Angular 2 Typescript Live Template in IntelliJ IDEA Community Edition but even after restart it doesn't do any kind of syntax highlighting of angular script in ts files. Does this plug... -
创建于 Autocomplete parenthesis around a variable in IntelliJ Scala
I am using IntelliJ with the Scala plugin. Consider a string like "test" and I want to wrap it in System.out.println("test"); I enter System.out.pri which brings up the auto-complete popup with va... -
创建于 Can you debug an sbt build in IntelliJ
Hello, I have an sbt build that is giving me some problems. is there a way to debug it in IntelliJ? -
创建于 Formatting Scala code in IntelliJ
I have Scala code like this: def myMethod(myInt: Int, myFloat: Float, myString: String): Unit = { //method body}I want to format it exactly like this if the line is too long: def myMethod( myInt... -
创建于 How to see the function body while debugging Scala in Intellij?
Hello, When I debug Scala via IntelliJ and stop at a breakpoint, I see the function in 'Variables' box as this : nextOperation = <function2>. How do I go to the actual code of the function 'nextOpe...