intellij.md

July 15, 2021 · View on GitHub

Bookmarks tagged [intellij]

www.codever.land/bookmarks/t/intellij

So, I wrote my first IntelliJ plugin to help me bookmark code

https://www.codepedia.org/ama/my-first-intellij-plugin-to-help-me-bookmark-code

Shows the basic steps needed to create a simple IntelliJ plugins which makes saving and searching snippets from IntelliJ IDEs to Codever very easy.


Troubleshooting · Jest

https://jestjs.io/docs/en/troubleshooting

Uh oh, something went wrong? Use this guide to resolve issues with Jest.


Rainbow Brackets - plugin for IntelliJ IDEs | JetBrains

https://plugins.jetbrains.com/plugin/10080-rainbow-brackets

Rainbow Brackets / Rainbow Parentheses for IntelliJ based IDEs


Extra Icons - plugin for IntelliJ IDEs | JetBrains

https://plugins.jetbrains.com/plugin/11058-extra-icons

Add icons for files like Travis YML, Appveyor YML, etc.


Grep Console IntelliJ Plugin

https://plugins.jetbrains.com/plugin/7125-grep-console

Grep, tail, filter, highlight... everything you need for a console. Also can highlight the editor - nice for analyzing logs...


Writing IntelliJ IDEA Plugins

https://www.baeldung.com/intellij-new-custom-plugin

To demonstrate writing an IntelliJ plugin, we'll create a plugin that provides quick access to the popular Stack Overflow website from multiple areas in the IDE. We'll add:


String Manipulation - plugin for IntelliJ IDEs

https://plugins.jetbrains.com/plugin/2162-string-manipulation

Provides actions for text manipulation:

  • Switch case (camelCase, kebab-lowercase, KEBAB-UPPERCASE, snake_case, SCREAMING_SNAKE_CASE, dot.case, words lowercase, First word capitalized, Words Capitali...
  • tags: intellij, string, plugins

google-java-format - plugin for IntelliJ IDEs

https://plugins.jetbrains.com/plugin/8527-google-java-format

Formats source code using the google-java-format tool.


MapStruct Support - Plugins | JetBrains

https://plugins.jetbrains.com/plugin/10036-mapstruct-support

This plugin gives some assistence in projects that use MapStruct to generate bean mapping code.


intellij-rust/intellij-rust

https://github.com/intellij-rust/intellij-rust


intellij-rust/intellij-toml

https://github.com/intellij-rust/intellij-toml

basic Toml support


Ride

https://github.com/madeso/ride


SolidOak

https://github.com/oakes/SolidOak

A simple IDE for Rust, based on GTK+ and Neovim


Tuning IntelliJ IDEA - Help

https://www.jetbrains.com/help/idea/tuning-the-ide.html

Configuring JVM options and platform properties.


Open in terminal :: JetBrains Plugin Repository

https://plugins.jetbrains.com/plugin/7817-open-in-terminal

This is plugin for Intellij IDEA IDE. It's provide ability to open terminal with current file location by corresponding action in context menu (in editor and project view). You can also choose to open...


intellij idea - WebStorm/PhpStorm double quotes in TypeScript auto import - Stack Overflow

https://stackoverflow.com/questions/39779272/webstorm-phpstorm-double-quotes-in-typescript-auto-impo...

In october 2017 this is how we do it:

  1. Go to settings
  2. Type Code style in search
  3. Select Typescript
  4. Go to Punctuation section
  5. Select single quotes

PlantUML Home Page

http://plantuml.com/

Open-source tool that uses simple textual descriptions to draw UML diagrams. Easily create UML Diagrams from simple textual description. There are also numerous kind of available diagrams. It's also p...


Debugging JavaScript in Chrome - Help

https://www.jetbrains.com/help/idea/debugging-javascript-in-chrome.html

This feature is only supported in the Ultimate edition.

IntelliJ IDEA provides a built-in debugger for your client-side JavaScript code that works with Chrome. The video and the instructions below wa...


Reformatting Source Code - Help | IntelliJ IDEA

https://www.jetbrains.com/help/idea/reformatting-source-code.html

Ctrl+Alt+L and Cmd+Alt+L for Mac


intellij idea - Error:java: javacTask: source release 8 requires target release 1.8 - Stack Overflow

http://stackoverflow.com/questions/29888592/errorjava-javactask-source-release-8-requires-target-rel...

  1. File > Settings > Build, Execution, Deployment > Java Compiler
  2. Change Target bytecode version to 1.8 of the module that you are working for

GitHub - MrZaYaC/ng2-webstorm-snippets

https://github.com/MrZaYaC/ng2-webstorm-snippets

This script convert Angular 2 for TypeScript and HTML snippets from Visual Studio Code (Written by John Papa) to WebStorm Live Templates.


Your first unit test using Angular CLI, Karma and WebStorm | WebStorm Blog

https://blog.jetbrains.com/webstorm/2017/02/your-first-unit-test-using-angular-cli-karma-and-webstor...

In this article we will use WebStorm 2016.3 with its built-in support for the Angular CLI and Karma test runner. We will write a single un...