essentialanna.blogg.se

Typo tools
Typo tools






Typo tools code#

Like with any other inspection, you can suppress the Typo inspection for specific files and code elements. To disable the Typo inspection entirely, clear the checkbox next to it.

typo tools

Process comments: check text inside comments. Process literals: check text inside string literals. Process code: check various code elements. Specify the severity level and the scope in which to apply this level.įor example, if you want typos to stand out more, select Error or Warning to highlight typos similar to syntax errors or warnings in your code. In the right-hand pane, configure the Typo inspection: Severity Press Ctrl+Alt+S to open the IDE settings and select Editor | Inspections.Įxpand the Proofreading node and click Typo in the central pane. Configure the Typo inspectionīy default, the Typo inspection checks all text, including code elements, string literals, and comments in all scopes. PhpStorm will run the Typo inspection on all files in the selected scope and show all found typos in a separate tab of the Problems tool window. In the Run 'Typo' dialog, select the scope in which you want to run the inspection, and other options, such as a file mask filter. In the Enter inspection name popup, find and select the Typo inspection. For more information, see Run a single inspection.įrom the main menu, select Code | Analyze Code | Run Inspection by Name… or press Ctrl+Alt+Shift+I. You can also run the inspection on your entire project or a set of files. The Typo inspection highlights typos in the current file. Press F2 and Shift+F2 to step through all problems in a file, including typos.

typo tools

For more information, see Select the default dictionary for saving words. You can choose to save words to the project-level dictionary if the spelling is correct only for this particular project. If you have added the word by mistake, press Ctrl+Z to remove it from the dictionary.īy default, PhpStorm saves words to the global application-level dictionary. Select the Save to dictionary action to add the word to the user's dictionary and skip it in the future. Place the caret at a word highlighted by the Typo inspection. If a dedected typo is actually a valid word, you can add it to a user-defined dictionary that extends the built-in dictionaries. For code elements, such as names of variables, functions, classes, and other symbols, the inspection also suggests changing all occurrences via the Rename refactoring. In string literals and comments, only the spelling of this particular word at caret changes. Select one of the suggested fixes from the list. Place the caret at any word highlighted by the Typo inspection.Ĭlick or press Alt+Enter to show the available intention actions.

typo tools

For more information, see Configure the Typo inspection. You can either correct the spelling or save the word to the dictionary.ĭisable the Typo inspection if you want to ignore all spelling mistakes. The Typo inspection detects and highlights words that are not included in any dictionary. For this purpose, PhpStorm provides a dedicated Typo inspection which is enabled by default. PhpStorm checks the spelling of all your source code, including variable names, text in strings, comments, literals, and commit messages.






Typo tools