Add Support for MDXGet syntax highlighting, code completion, and other features for your .mdx files.Ekaterina Ryabukhacustomizing2020-09-17
Navigate with Select InFind the current file in the Project tool window faster.Ekaterina Ryabukhanavigation2020-09-17
Use Gutter Icons in Zen ModeRun scripts, tests, and more from the gutter in Zen mode.Ekaterina Ryabukhacustomizing2020-09-11
Add Carets to End of LinesUse a shortcut to add carets at the end of each selected line.Ekaterina Ryabukhaediting2020-08-13
Add Placeholder Text in SecondsUse the power of Emmet to add some lorem ipsum faster.Ekaterina Ryabukhaemmetediting2020-08-13
Add and Remove Breakpoints QuicklyFind out how to toggle breakpoints without using the mouse.Ekaterina Ryabukhajavascriptrunning-debugging2020-08-13
Create New Type AliasUse a code refactoring to swiftly create a new type alias.Ekaterina Ryabukhatypescriptediting2020-08-13
Using Custom UI ThemesMake WebStorm look fancier by switching to a custom UI theme.Ekaterina Ryabukhacustomizing2020-08-13
Status Bar CustomizationChoose what you'd like to have on the status bar.Ekaterina Ryabukhacustomizing2020-08-13
Extract RulesetUse an intention to quickly extract a ruleset in your stylesheet file.Ekaterina Ryabukhacssediting2020-08-13
Make JSDoc Comments More ReadableRender documentation comments right in the editor.Ekaterina Ryabukhajavascriptediting2020-08-13
Run Tests from EditorLearn how to run a single test right from the editor.Ekaterina Ryabukhajesttesting2020-08-13
Tips for Small and Wide-Screen MonitorsLearn how to work with smaller or larger monitors more comfortably.Ekaterina Ryabukhacustomizing2020-08-13
Find Specific Things FasterUse Speed search to look for specific information in tool windows and popups.Ekaterina Ryabukhanavigation2020-08-13
Improve Code ReadabilityEnable method separators to make it easier to read your code.Ekaterina Ryabukhajavascriptediting2020-06-26
Getting Helpful SuggestionsLook out for suggestions from WebStorm! They can help you not to forget about an important thing.Ekaterina Ryabukhajavascriptrunning-debugging2020-06-26
Get Help with Random DataLet the Randomness plugin generate some data for you.Ekaterina Ryabukhajavascripthtmleditingcustomizing2020-06-26
Tool Window View ModeLearn how to change the default view mode of a tool window.Ekaterina Ryabukhacustomizing2020-06-26
Create New Files and FoldersUse the New popup to add files and folders faster.Ekaterina Ryabukhaediting2020-06-19
Preview UI Themes on the GoPreview UI themes without going to the IDE settings.Ekaterina Ryabukhacustomizing2020-06-19
Review Errors from Test RunnersIn a test file, hover over an error to get more information about it.Ekaterina Ryabukhajesttesting2020-06-19
Share Run ConfigurationsMake work with your project easier for your teammates by sharing your run configurations.Ekaterina Ryabukharunning-debugging2020-06-19
Simplify Boolean ExpressionLearn how to simplify an overly complex boolean expression with a quick fix.Ekaterina Ryabukhajavascriptediting2020-06-19
Get More Details about CSS PropertiesReview the related docs right in WebStorm.Ekaterina Ryabukhacssediting2020-06-03
Explore Shortcuts the Easy WayGet access to all WebStorm shortcuts in one place.Ekaterina Ryabukhaediting2020-06-03
Extract Type AliasLearn how to extract a type alias in your TypeScript code.Ekaterina Ryabukhatypescriptediting2020-06-03
Quickly Jump to LineGo to a specific line in a file using the Go to file popup.Ekaterina Ryabukhanavigation2020-06-03
Replace with Template StringWebStorm can help you swiftly replace a regular string with a template literal.Ekaterina Ryabukhajavascriptediting2020-06-03
Access Run Configurations QuicklyLearn a quick way to access run configurations.Ekaterina Ryabukharunning-debugging2020-05-26
Add New DependenciesWebStorm can help you add a new dependency.Ekaterina Ryabukhajavascriptediting2020-05-26
Check Browser Compatibility in CSSLet WebStorm warn you about unsupported CSS properties.Ekaterina Ryabukhacssediting2020-05-26
Check Documentation in JavaScriptHover over a symbol or use a shortcut to quickly review documentation.Ekaterina Ryabukhajavascriptediting2020-05-26
Create Angular ProjectsCreate a new Angular project in a few clicks.Ekaterina Ryabukhaangular2020-05-26
Create Arrow Functions in One ClickWebStorm can help you add arrow functions to your code.Ekaterina Ryabukhajavascriptediting2020-05-26
Disable ESLint Rules for Current LineLearn how to temporarily disable an ESLint rule in one click.Ekaterina Ryabukhaediting2020-05-26
Evaluate Expressions When DebuggingLearn how to check the value of an expression.Ekaterina Ryabukhajavascriptrunning-debugging2020-05-26
Move Elements Left and RightQuickly swap functions parameters, attributes in tags, and more.Ekaterina Ryabukhajavascriptediting2020-05-26
Presentation ModeMake it easier for the audience to see what you're doing.Ekaterina Ryabukhacustomizing2020-05-26
Run npm Scripts SwiftlyWebStorm lets you run npm scripts right from the gutter.Ekaterina Ryabukharunning-debugging2020-05-26
Search in Selection OnlyLimit the search to the selected part of code.Ekaterina Ryabukhanavigation2020-05-26
See Return Values in Variables ViewSee what value a method returns.Ekaterina Ryabukhajavascriptrunning-debugging2020-05-26
Customize Editor BackgroundMake your editor feel a bit more personal.Ekaterina Ryabukhacustomizing2020-05-26
Using Surround WithLearn how to surround items with braces, brackets, or quotation marks in JSON.Ekaterina Ryabukhajavascriptediting2020-05-26
Switch CSS Color Format on the FlyConverting from HEX to RGB and other formats can be done real quick with WebStorm.Ekaterina Ryabukhacssediting2020-05-26
Working with Navigation BarFind out how to use the navigation bar efficiently.Ekaterina Ryabukhajavascriptnavigation2020-05-26
Convert to async FunctionQuickly convert a function that returns a Promise to an async function.Ekaterina Ryabukhajavascriptediting2020-05-15
Create Conditional BreakpointsAdd a condition to a breakpoint when debugging.Ekaterina Ryabukharunning-debugging2020-04-22
Finding Tests in Large Test FilesUse the Structure tool window for quick navigation around large test files.Ekaterina Ryabukhajesttesting2020-04-22
Jump between FilesUse a shortcut to quickly jump between the Angular component's template, test, and other files.Ekaterina Ryabukhaangular2020-04-22
Run Tools and Configurations from One PlaceUse a single action to run configurations, tools, and open recent projects.Ekaterina Ryabukharunning-debugging2020-04-22
Spot Missing DeclarationsHave an Angular component that isn't declared in the module? No worries!Ekaterina Ryabukhaangular2020-04-22
Adding Imports AutomaticallyWebStorm helps add an import even if you're using default exports.Ekaterina Ryabukhajavascripttypescript2020-03-16
Change Quote Style for CSSConfigure whether double or single quotes should be used.Ekaterina Ryabukhacssediting2020-03-16
Test Regular Expressions in the IDEWebStorm helps test regular expressions on the fly.Ekaterina Ryabukhaediting2020-03-16
Select Code FragmentSelect a code fragment without a single click.Ekaterina Ryabukhaediting2020-03-16
Using Code SnippetsLearn how to work with built-in code snippets in WebStorm.Ekaterina Ryabukhaediting2020-03-16
Complete Current StatementAdd curly braces and move the cursor with a single keystroke.Ekaterina Ryabukhajavascripttypescriptediting2020-03-16
Add console.log FasterUse Postfix Completion to quickly add console.log.Ekaterina Ryabukhajavascripttypescriptediting2020-03-16
Working with Scratch FilesCreate scratches to make notes or work with code outside of the project context.Ekaterina Ryabukhaediting2020-03-16
Make Your Work Environment Distraction FreeSwitch to the distraction-free mode to focus on coding.Ekaterina Ryabukhacustomizing2020-03-16
Putting Several Lines TogetherQuickly join lines or blocks of code.Ekaterina Ryabukhaediting2020-03-16
Moving Lines in JSONGet help with commas when moving lines up and down in JSON.Ekaterina Ryabukhaediting2020-03-16
Using Language InjectionsSwiftly inject a piece of code in a different language.Ekaterina Ryabukhaediting2020-03-16
Get Completion for Libraries from CDNFind out how to get completion suggestions for libraries like Bootstrap.Ekaterina Ryabukhacssediting2020-03-16
Restore Changes with EaseUse Local History to quickly restore what's needed.Ekaterina Ryabukhaediting2020-03-16
Make Fields Private or PublicUse a quick fix to quickly make a field public or private.Ekaterina Ryabukhajavascripttypescript2020-03-16
Editing Code with Multiple CursorsUse multiple cursors to make changes to your code faster.Ekaterina Ryabukhaediting2020-03-16
Paste Recent ItemsAccess your clipboard history and add any items from there to your code.Ekaterina Ryabukhaediting2020-03-16
Transform Existing Expression into Another OneQuickly transform an existing expression into another one using Tab.Ekaterina Ryabukhaediting2020-03-16
Using Recent Files for NavigationReopen a file you've just closed or go to a specific tool window.Ekaterina Ryabukhanavigation2020-03-16
Using Recent Locations for NavigationPreview the part of code and files you've recently edited and get back to them quickly.Ekaterina Ryabukhanavigation2020-03-16
See All Available Refactorings in One PlaceUse the Refactor This popup to look up all refactorings available in the current context.Ekaterina Ryabukhaediting2020-03-16
Review Errors in CodeWebStorm shows all errors and warnings in your file.Ekaterina Ryabukhaediting2020-03-16
Create Reusable Code SnippetsSave time by reusing blocks of code with custom code snippets.Ekaterina Ryabukhaediting2020-03-16
Enabling Soft WrapsWrap lines to eliminate the need of scrolling horizontally in order to see overly long lines.Ekaterina Ryabukhaediting2020-03-16
File Structure OverviewGet a high-level view of the structure of a specific file.Ekaterina Ryabukhanavigation2020-03-16
Get Support for styled-components and styled-jsxInstall the plugin to get coding assistance for styled-components and styled-jsx.Ekaterina Ryabukhaeditingcustomizing2020-03-16
Syntax Highlighting for Other LanguagesLook through PHP, Python, and other files in WebStorm.Ekaterina Ryabukhaediting2020-03-16
Add Reminders to Fix SomethingAdd a TODO or Fixme comment to remind yourself of fixing something in your code.Ekaterina Ryabukhaediting2020-03-16
Find Any ActionUse the popup to quickly find a specific action or toggle some configuration options.Ekaterina Ryabukhanavigation2020-03-16
Using Switcher for NavigationSwiftly jump to the last opened file or open a tool window using the popup.Ekaterina Ryabukhanavigation2020-03-16
See Information about PackagesCheck the description and the latest version of a package in package.json.Ekaterina Ryabukhaediting2020-03-16
Avoid Property MixupWebStorm helps avoid mixing up properties.Ekaterina Ryabukhajavascriptediting2020-03-02
Grammar Checking with GrazieUse Grazie to check grammar in regular text.Ekaterina Ryabukhaediting2020-03-02
Convert to Arrow FunctionQuickly convert a function to a variable holding an arrow function.Ekaterina Ryabukhajavascriptediting2020-03-02
Quickly Look Up ParametersGet help when completing function parameters.Ekaterina Ryabukhajavascriptediting2020-03-02
Move Function to FileExtract a function into a separate file.Ekaterina Ryabukhajavascriptediting2020-03-02
Quickly Sort LinesSort lines of code in your editor alphabetically.Ekaterina Ryabukhaediting2020-02-14
Surround with EmmetQuickly surround a selection with rich markup using the Emmet toolkit.Ekaterina Ryabukhaemmetediting2020-02-14