Thomas Franz
  • Posts: 21
  • Joined: 6/29/2015
Since you asked in the change log for suggestions for more highlighters:

It would be nice, if you would highlight the IF when I'm in a (nested) IF-Condition.

Example (it should mark the second IF, when the CURSOR is inside the INSERT):
IF NOT EXISTS (SELECT * FROM #tmp AS kv) IF EXISTS (SELECT * FROM #tmp2) INSERT INTO #tmp SELECT * FROM #tmp2;

  • You cannot post new topics in this forum.
  • You cannot reply to topics in this forum.
  • You cannot delete your posts in this forum.
  • You cannot edit your posts in this forum.
  • You cannot create polls in this forum.
  • You cannot vote in polls in this forum.