• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Newbie with IntelliJ from decade-veteran of Eclipse

 
Ranch Hand
Posts: 71
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just switching to IntelliJ from a decade use of Eclipse.

Some newbie questions...

In Eclipse - if there is a line that has issues - I can click on the little red bracket line at the left line-number of my code - and it pops up with a menu with suggested auto-fixes.

In IntelliJ - I see this little red line bracket at the right-side but clicking on the line doesn't pop up any menu to do anything - just on-screen suggestions - with no immediate auto-fixes.

Why is that?
 
Rancher
Posts: 4801
50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The fix options can be got using Alt-Return (at least on mine).
Yes, clicking on the red line on the right-side gutter just takes you to the error.
 
Perry Terrance
Ranch Hand
Posts: 71
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Dave Tolls wrote:The fix options can be got using Alt-Return (at least on mine).
Yes, clicking on the red line on the right-side gutter just takes you to the error.



Whats the shortcut for Mac? Also does that mean there will not be any context menu popups from clicking on it?
 
Sheriff
Posts: 9021
656
Mac OS X Spring VI Editor BSD Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Perry Terrance wrote:Whats the shortcut for Mac?


Same
 
Liutauras Vilda
Sheriff
Posts: 9021
656
Mac OS X Spring VI Editor BSD Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Perry Terrance wrote:Also does that mean there will not be any context menu popups from clicking on it?


There is.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic