JavaSmartSemicolon READMEJavaSmartSemicolon is a Visual Studio Code extension that automatically adds semicolons to the end of Java code lines that require them. FeaturesIt uses regular expressions to identify lines that end with a Java declaration or a method call without a semicolon, and adds the missing semicolon at the end of the line. The extension also checks if a line ends with a closing parenthesis and adds a semicolon if necessary, but only if the line does not start with a dot. This saves time and reduces errors when writing Java code, and helps ensure that your code is properly formatted and free of syntax errors. RequirementsJust press F1 or your Code Command Palette and chose "Add Semicolons". Extension SettingsThis extension contributes the following settings:
Known IssuesCalling out known issues can help limit users opening duplicate issues against your extension. Release NotesUsers appreciate release notes as you update your extension. 1.0.0Initial release of JavaSmartSemicolon |