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
![image](https://user-images.githubusercontent.com/31537/68088469-d7870400-fe1c-11e9-85dc-ca251b7
-
Updated
Apr 9, 2020 - CSS
EAP build support
I like to test out EAP builds for the IDEs from time to time. I'm not sure if there's a seamless way to do this but here's an example:
I'm using the release build of WebStorm and wstorm ...
works perfectly. When I install the next version of EAP alongside the release build, using wstorm
will open the release build which is what I would expect.
Is there a recommended way to do this?
Si
Currently we have code vision for top level let-bindings, members and let-binding directly inside a module.
If we could extend the current behaviour to also show type information for local let-bindings that would be amazing imo.
If we just use the same presentation for local let-bindings as top-level ones, this should be a relatively low-hanging fruit now that the ground work is done?
Thi
The documentation reads 'Translate Cypher to Gremlin'. It would be nice to write queries in the Gremlin query language directly. I guess that would be easy to achieve?
The documentation for directive elements and attributes should come from the directive. It's currently a hard coded list.
But, what value should it be? If the directive is declared with @ngdoc
, then we could use some of the documentation, but would need to truncate it. What if there is no @ngdoc
?
-
Updated
May 21, 2020 - Java
-
Updated
May 13, 2020 - Java
-
Updated
May 10, 2020
Improve this page
Add a description, image, and links to the jetbrains topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jetbrains topic, visit your repo's landing page and select "manage topics."
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@doc
on the function.Thanks