Kedar Mhaswade
- Total activity 220
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 81
-
Created If I were to create several C++ executables and main functions ...
AnsweredI am currently following Stroustrup's A Tour of C++ and experimenting with CLion.I typically create a main function, required additional functions and call them from the main function. This setup i... -
Created Run Window Caret/Cursor Positioning
AnsweredI have observed this on CLion 2023.1.4 Build #CL-231.9161.40, built on June 20, 2023. I have Windows 10 Home, 22H2.Imagine that I have a program that outputs statements to stdout and reads from std... -
Created Windows installation of IDEA 2021.1.2
AnsweredI have been using IDEA for a few years now. I recently installed it on Windows 10 for the first time. I observed two things that are somewhat odd/strange. Can you please shed detailed light on them... -
Created Best-case effort with type resolution
This is a rather long post, but bear with me. Consider the following code: // The LimitReader function in the io package accepts an io.Reader r and a number of bytes n,// and returns another Reader... -
Created How to run godoc from the IDE?
I want to run (the equivalent of something like) > godoc -analysis=type io from the IDE. Is that possible? -
Created Using Ij with monorepo?
AnsweredWe have a monorepo project structure where the entire repo (no, it's not that big) consists of many Java and non-Java components: monorepo (M) |---- (no build.gradle/pom.xml here) |-----|top-leve... -
Created Gogland 1.0 EAP complains about go run on debug ...
AnsweredEnvironment: Gogland (1.0 Preview) 1.0 EAPBuild #GO-163.10615.22, built on January 9, 2017Gogland EAP UserExpiration date: April 9, 2017JRE: 1.8.0_112-release-b460 x86_64JVM: OpenJDK 64-Bit Server ... -
Edited Moving the editor width (number of columns) marker?
AnsweredWe have a lint rule checked on the source code line length. I see the column number marker: on the editor, but it seems to be fixed at 120 characters: Is there a way to change it to something else? -
Created Shortcut to convert an expression into a method/function parameter?
AnsweredI now think that this is a frequent operation: You have an expression S, say it is a subexpression of a bigger expression, initializer (E) etc. Instead of using S as is, you want to pass it to a m... -
Created On the Mac, option+enter suddenly stopped working!?
AnsweredI am surely missing something. I write List<String> ... At this point the IDE wants me to choose from a list of List declarations :-). So, it wants me to press option+enter to show that dropdown. ...