- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
bash completion now brewing
Wed, 2011-09-07, 18:25
I am glad to say that scala bash completion now comes automatically with
scala if you use homebrew. ( https://github.com/mxcl/homebrew/ )
brew install scala
That's it. Tab away.
Wed, 2011-09-07, 22:17
#2
Re: bash completion now brewing
On 9/7/11 12:34 PM, Heiko Seeberger wrote:
>> scala bash completion
>
> What's that? Any pointers or examples would be highly appreciated.
This is predicated on your using bash as a shell; or maybe there are other shells which understand bash completion. It's tab completion for scala, scalac, fsc, scaladoc.
// see... everything
% scalac
-Dproperty=value -Xprint-pos -Yno-imports -Ywarn-numeric-widen
-J -Xprint-types -Yno-self-type-checks -Ywarn-value-discard
-P -Xprompt -Yno-squeeze -bootclasspath
-X -Xresident -Ynotnull -classpath
-Xassem-extdirs -Xscript -Ypmat-debug -d
-Xassem-name -Xshow-class -Ypmat-naive -dependencyfile
-Xassem-path -Xshow-object -Ypresentation-debug -deprecation
-Xcheck-null -Xshow-phases -Ypresentation-delay -encoding
-Xcheckinit -Xsource-reader -Ypresentation-log -explaintypes
-Xdisable-assertions -Xsourcedir -Ypresentation-replay -extdirs
-Xelide-below -Xverify -Ypresentation-verbose -help
-Xexperimental -Y -Yprofile-class -javabootclasspath
-Xfatal-warnings -Ybuild-manager-debug -Yprofile-memory -javaextdirs
-Xfuture -Yclosure-elim -Yrangepos -no-specialization
-Xgenerate-phase-graph -Ycompact-trees -Yrecursion -nobootcp
-Xlint -Ycompletion-debug -Yrepl-debug -nowarn
-Xlog-implicits -Ydead-code -Yrepl-sync -optimise
-Xmax-classfile-name -Ydebug -Yrich-exceptions -print
-Xmigration -Ydependent-method-types -Yself-in-annots -sourcepath
-Xno-forwarders -Ydoc-debug -Yshow-syms -toolcp
-Xno-uescape -Ygen-javap -Yshow-trees -unchecked
-Xnojline -Yide-debug -Ystatistics -uniqid
-Xplugin -Yinfer-argument-types -Ytyper-debug -usejavacp
-Xplugin-disable -Yinfer-debug -Ywarn-all -verbose
-Xplugin-list -Yinline -Ywarn-dead-code -version
-Xplugin-require -Ylog-classpath -Ywarn-inaccessible @
-Xpluginsdir -Yno-completion -Ywarn-nullary-override
-Xprint-icode -Yno-generic-signatures -Ywarn-nullary-unit
// see the choices
% scalac -Ylin
-Ylinearizer:dfs -Ylinearizer:dump -Ylinearizer:normal -Ylinearizer:rpo
// see the phases
% scalac -Xprint:
-Xprint:all -Xprint:flatten -Xprint:mixin -Xprint:selectivecps
-Xprint:cleanup -Xprint:icode -Xprint:namer -Xprint:specialize
-Xprint:closelim -Xprint:inliner -Xprint:packageobjects -Xprint:superaccessors
-Xprint:constructors -Xprint:jvm -Xprint:parser -Xprint:tailcalls
-Xprint:dce -Xprint:lambdalift -Xprint:pickler -Xprint:terminal
-Xprint:erasure -Xprint:lazyvals -Xprint:refchecks -Xprint:typer
-Xprint:explicitouter -Xprint:liftcode -Xprint:selectiveanf -Xprint:uncurry
// see the runner specific options in those runners
% scaladoc -doc
-doc-format:html -doc-generator -doc-no-compile -doc-source-url -doc-title -doc-version
Wed, 2011-09-07, 22:27
#3
Re: bash completion now brewing
very very cool
thank you
Am 07.09.2011 um 19:25 schrieb Paul Phillips:
> I am glad to say that scala bash completion now comes automatically with scala if you use homebrew. ( https://github.com/mxcl/homebrew/ )
>
> brew install scala
>
> That's it. Tab away.
>
Wed, 2011-09-07, 22:47
#4
Re: bash completion now brewing
On 7 September 2011 22:11, Paul Phillips <paulp@improving.org> wrote:
On 9/7/11 12:34 PM, Heiko Seeberger wrote:
>> scala bash completion
>
> What's that? Any pointers or examples would be highly appreciated.
This is predicated on your using bash as a shell; or maybe there are other shells which understand bash completion. It's tab completion for scala, scalac, fsc, scaladoc.
// see... everything
% scalac <tab>
-Dproperty=value -Xprint-pos -Yno-imports -Ywarn-numeric-widen
-J<flag> -Xprint-types -Yno-self-type-checks -Ywarn-value-discard
-P -Xprompt -Yno-squeeze -bootclasspath
-X -Xresident -Ynotnull -classpath
-Xassem-extdirs -Xscript -Ypmat-debug -d
-Xassem-name -Xshow-class -Ypmat-naive -dependencyfile
-Xassem-path -Xshow-object -Ypresentation-debug -deprecation
-Xcheck-null -Xshow-phases -Ypresentation-delay -encoding
-Xcheckinit -Xsource-reader -Ypresentation-log -explaintypes
-Xdisable-assertions -Xsourcedir -Ypresentation-replay -extdirs
-Xelide-below -Xverify -Ypresentation-verbose -help
-Xexperimental -Y -Yprofile-class -javabootclasspath
-Xfatal-warnings -Ybuild-manager-debug -Yprofile-memory -javaextdirs
-Xfuture -Yclosure-elim -Yrangepos -no-specialization
-Xgenerate-phase-graph -Ycompact-trees -Yrecursion -nobootcp
-Xlint -Ycompletion-debug -Yrepl-debug -nowarn
-Xlog-implicits -Ydead-code -Yrepl-sync -optimise
-Xmax-classfile-name -Ydebug -Yrich-exceptions -print
-Xmigration -Ydependent-method-types -Yself-in-annots -sourcepath
-Xno-forwarders -Ydoc-debug -Yshow-syms -toolcp
-Xno-uescape -Ygen-javap -Yshow-trees -unchecked
-Xnojline -Yide-debug -Ystatistics -uniqid
-Xplugin -Yinfer-argument-types -Ytyper-debug -usejavacp
-Xplugin-disable -Yinfer-debug -Ywarn-all -verbose
-Xplugin-list -Yinline -Ywarn-dead-code -version
-Xplugin-require -Ylog-classpath -Ywarn-inaccessible @<file>
-Xpluginsdir -Yno-completion -Ywarn-nullary-override
-Xprint-icode -Yno-generic-signatures -Ywarn-nullary-unit
// see the choices
% scalac -Ylin<tab>
-Ylinearizer:dfs -Ylinearizer:dump -Ylinearizer:normal -Ylinearizer:rpo
// see the phases
% scalac -Xprint:<tab>
-Xprint:all -Xprint:flatten -Xprint:mixin -Xprint:selectivecps
-Xprint:cleanup -Xprint:icode -Xprint:namer -Xprint:specialize
-Xprint:closelim -Xprint:inliner -Xprint:packageobjects -Xprint:superaccessors
-Xprint:constructors -Xprint:jvm -Xprint:parser -Xprint:tailcalls
-Xprint:dce -Xprint:lambdalift -Xprint:pickler -Xprint:terminal
-Xprint:erasure -Xprint:lazyvals -Xprint:refchecks -Xprint:typer
-Xprint:explicitouter -Xprint:liftcode -Xprint:selectiveanf -Xprint:uncurry
// see the runner specific options in those runners
% scaladoc -doc<tab>
-doc-format:html -doc-generator -doc-no-compile -doc-source-url -doc-title -doc-version
Is it fair to assume that the phase names are hardcoded, or will it also incorporate these from any plugins specified?
Wed, 2011-09-07, 22:57
#5
Re: bash completion now brewing
On 9/7/11 2:36 PM, Kevin Wright wrote:
> Is it fair to assume that the phase names are hardcoded, or will it also
> incorporate these from any plugins specified?
They're hardcoded.
Thu, 2011-09-08, 06:57
#6
Re: bash completion now brewing
And what about ZSH support?
On 7 September 2011 23:40, Paul Phillips <paulp@improving.org> wrote:
On 7 September 2011 23:40, Paul Phillips <paulp@improving.org> wrote:
On 9/7/11 2:36 PM, Kevin Wright wrote:
Is it fair to assume that the phase names are hardcoded, or will it also
incorporate these from any plugins specified?
They're hardcoded.
Fri, 2011-09-09, 13:27
#7
Re: bash completion now brewing
+1
What's that? Any pointers or examples would be highly appreciated.
Heiko