Clear phpcodesniffer markings in eclipse -


phpcodesniffer has added lot of markings source file based in psr1, psr2 standards. many of them related code formatting tags , spaces.

i want clear current markings , run codesniffer later on in development, not @ current stage.

my searches did not yield results.

i posted example of editor screen below.

how can clear markings.

phpcodesniffer markings in eclipse

i managed solve in following way.

  1. open 'problems' tab @ bottom of screen. if not available, can access window -> show view -> other -> problem menu option.
  2. choose problems want delete (in case, all)
  3. chose delete

Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -