I got a error message in Mac IntelliJ that "The shortcut to load file conflicts with a macbook OS shortcut". Is there a cursive profile with shortcuts that don't conflict with mac. Also, what is the command to "insert a closing paran here". Sometimes, the forms are broken due to missing parans, especially if github copilot provides partial code blocks..
1. u can turn off the paredit structural editing mode to insert just a closing paren. 2. u can insert a paren pair, select the opening paren and backspace to delete it, leaving only the closing one 3. maybe the parinfer mode it friendlier to copilot
when I rename dev profile as dev2 in project.clj and tried to specify the profile in Edit Configurations and start the repl. I got error that dev2 not exists.
I renamed it to dev back and it worked fine.
Secondly when I start the repl with a specific profile mentioned I saw error message "Error loading incomplete.core: Could not locate incomplete/core__init.class, incomplete/core.clj or incomplete/core.cljc on classpath." . REPL launched fine though.
I did not see this error when I launched the repl in VSCode+Calva