jetbrains
Here are 387 public repositories matching this topic...
-
Updated
Dec 15, 2019 - HTML
-
Updated
Feb 20, 2020
The ContextMenuItemAttribute type includes a function parameter that is a string literal referencing a function name on the current type.
Add a reference to the method:
- Code completion
- Find usages
- Rename
- Inspections for method signature
- Create from usage
- Suggest using
nameof
-
Updated
May 22, 2020 - Java
This plugin is confused because .lando.yml files may contain a top-level key services:. It says "Missing argument", when in fact all is fine.
These files are not meant for Symfony at all. For example, in the Drupal 8 ecosystem, both Lando and Symfony can coexist without any problems.
For documentation, see https://docs.devwithlando.io.
-
Updated
Aug 3, 2019 - Vim script
-
Updated
May 22, 2016 - Java
Example:
I have a project that contains 3 sections - frontend, admin, api
Controllers and related code are placed in separate subfolders inside app folder:
frontend: \App\Http\Controllers
admin: \App\Admin\Http\Controllers
api: \App\Api\Http\Controllers
In my routes I declare this paths via 'namespace' and use short declaration of actions like 'DataController@action'.
What I would like to
-
Updated
May 19, 2020 - Dockerfile
Split the UI
- Other Settings
- Save Actions
- Activation: activate, file filter, epf (if java)
- Global Actions: global, build (if compile), execute
- Java Actions: java fixes
- Save Actions
-
Updated
May 22, 2020 - Kotlin
We should resolve values before showing them.
-
Updated
Apr 10, 2019 - PHP
-
Updated
Dec 3, 2019 - Kotlin
This might be more me than the theme, but I can not see the .env file at all in the tab. If there is a setting or an option to enable/disable that would be great. I was not able to find anything obvious.
I have File Colors disabled, and the related issues showed a fix when updated to 2019.1.3

Hello,
Could you add the pop-up documentation of a function/variable when we press
Ctrl + Q? For now it showsNo documentation found.even if I used@docon the function.Thanks