ceylon-ide-intellij icon indicating copy to clipboard operation
ceylon-ide-intellij copied to clipboard

IntelliJ Plugin for Ceylon

Results 91 ceylon-ide-intellij issues
Sort by recently updated
recently updated
newest added

This is pretty minor, but the _very first_ time I pull up the documentation popup from a completion list, I get a window that says "Fetching Documentation...", but never actually...

t-bug

When navigating to one of these special language module types, or to their members, we should offer the option to go to the native Java implementation instead of to the...

t-enhancement
c-navigation
p-high

See https://github.com/ceylon/ceylon-ide-intellij/issues/263#issuecomment-234733659. Declarations like `ArrayList` from imported modules like `ceylon.collection` are shown multiple times in Navigate > Class.

t-bug

@bjansen would it be possible to eliminate the e.g. `Sequence$impl` classes in the result list?

t-bug

We should add an additional level of categorization.

t-enhancement

See screenshot: http://dl2.joxi.net/drive/2016/10/26/0006/0599/434775/75/7089bd01d4.jpg

t-bug

Parameter Info (Ctrl+P) for generics arguments (when applying it) will be also usefull because them have default values and restrictions. Example of default values and restrictions: ``` shared formal MemberClass...

t-enhancement

I have a Ceylon module 'tests' with a single file 'run.ceylon' with three functions: `run`, `myTests1`, `myTests2`. Whenever I change something in the two latter files (like, adding `assert(40+2 ==...

I had one project open (POSTtoFile), then chose to open another project and chose 'open in this window' (thus closing the first project). Then this exception happened. ``` Sorry but...

Got these: ``` null value returned from native call not assignable to Object ceylon.language.AssertionError "null value returned from native call not assignable to Object" at com.redhat.ceylon.compiler.java.Util.checkNull(Util.java:1007) at org.intellij.plugins.ceylon.ide.runner.CeylonTaskRunConfigurationProducer.isConfigurationFromContext(FatJarRunConfigurationProducer.ceylon:56) at org.intellij.plugins.ceylon.ide.runner.CeylonTaskRunConfigurationProducer.isConfigurationFromContext(FatJarRunConfigurationProducer.ceylon:34)...

t-bug