Wednesday, December 26, 2018

method comment in eclipse

  1. Following are the steps to add method comments-
  2. preferences
    1. Java
      1. Code Style
        1. Code Templates
          1. method
            1. Insert variable
  3.  Now to test the above
    1. just type /** and press enter before a method

Tuesday, September 25, 2018

ubuntu permission

sudo chmod -R 777 /* to give permission to the folder and all its contents recursively

installation of visual studio code for angular


  1. download .deb 64 bit package for ubuntu  from https://code.visualstudio.com/download
  2. open terminal and goto the location where the file exists
  3. type the following
    1. sudo dpkg -i code_1.27.2-1536736588_amd64.deb
  4. goto search bar
  5. type visual studio code
  6. lock it to launcher