Thursday, April 23, 2015

intellij idea tips

If you are getting transformation from eclipse to idea user.
You may encounter this difficulties to find some of the project settings.

I will list out them here,

Enable project auto-import of sbt project

   File --> settings --> (search for) SBT --> Enable auto import
[On the rigth side main pannel check the auto import]

No comments:

Post a Comment

Merging two sorted arrays - Big O (n+m) time complexity

 Problem :  Merge the two sorted arrays. Edge case :  Array can empty Arrays can be in different size let getMaxLength = ( input1 , input...