The Wayback Machine - https://web.archive.org/web/20200712222348/https://github.com/topics/intellij-plugin
Skip to content
#

intellij-plugin

Here are 608 public repositories matching this topic...

trucndt
trucndt commented Nov 27, 2019

Hello,

Could you add the pop-up documentation of a function/variable when we press Ctrl + Q? For now it shows No documentation found. even if I used @doc on the function.

Thanks

foobar13372
foobar13372 commented Feb 25, 2020

I like yoda for 3 === $foo (instead of $foo === 3), but I don't like yoda for 3 === \my_method().

The main reasons for yoda is to avoid accidental assignments which can not happen on method calls.

Is it possible to either only suggest yodo for variable comparisons or to make it configurable in which cases it is suggested?

ghost
ghost commented Jun 1, 2018

Here a some of the documentation tags JavaDoc uses. I'd like to have them available for Lua as well.

  • {@code} = {@code sum = x + y}
  • {@docRoot} = <a href="_{@docRoot}_/copyright.html">
  • {@link class#member label} = Use the {@link #getComponentAt(int, int) getComponentAt} method > Use the getComponentAt method.
  • `{@linkplain class#member lab
InMatrix
InMatrix commented Apr 6, 2020

I believe our current error analytics include all the runtime errors the Flutter framework reports to the IDE. However, a substantial amount of those errors are likely to be triggered by the primary error the user really needs to deal with in their own code (e.g., flutter/flutter-intellij#4447). Can we log the primary error only, perhaps using the same logic from the PR men

idea-php-symfony2-plugin
Fonata
Fonata commented May 26, 2019

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.

nxgnme
nxgnme commented Apr 22, 2020

Using the HTML export option is it possible to save to a folder outside the project directory?

We use a different git repo for documentation but cant seem to get export to work if the folder structure is set outside the project.

Export Works
Parent Dir : E\myProject\docs
Target Dir : E\myProject\docs

No export
Parent Dir : E\myProject\docs
Target Dir : E\myDocst\docs

No export

jansorg
jansorg commented Jun 20, 2019

With 2019.2 EAP

java.lang.Throwable: Synchronous execution under ReadAction: /usr/bin/info -w ifnames
	at com.intellij.openapi.diagnostic.Logger.error(Logger.java:145)
	at com.intellij.execution.process.OSProcessHandler.checkEdtAndReadAction(OSProcessHandler.java:117)
	at com.intellij.execution.process.OSProcessHandler.waitFor(OSProcessHandler.java:62)
	at com.intellij.execution.process.
swayok
swayok commented Oct 27, 2017

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

scabbard

Improve this page

Add a description, image, and links to the intellij-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the intellij-plugin topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.