Completion improvements

Issue #347 resolved
Scott Wells repo owner created an issue

Capturing a few small improvements that I could make to code completion:

  • Automatically add a space after some keywords such as visibility specifiers, type declaration keywords, etc.
  • Automatically add a space and parens with the cursor between the parents after some keywords such as for, while, catch, etc.
  • Offer compound keyword completions for things like with sharing, without sharing, ORDER BY, GROUP BY, etc.

There are likely some others. These types of little changes really improve the typing experience, though.

Comments (3)

  1. Log in to comment