Groovy formatter/beautifier in Visual Studio Code [closed] - groovy

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
For supported files in VSCode we get an option (when you right click on the file editor) to Format Document (ALT+SHIFT+F).
But unfortunately for Groovy this option is not available. And according to the VSCode community, there are no plans to implement this feature.
Is there an alternative solution available, specifically for VSCode?

I don't know how well this works for formatting other than indentation, but I simply changed the file extension from .groovy to .js, right clicked in the file, and selected "Format Document". It fixed the indentation for me.

There is now a Visual Studio Code extension to Lint, Format and Auto-fix Groovy and Jenkinsfiles ! :)
https://marketplace.visualstudio.com/items?itemName=NicolasVuillamy.vscode-groovy-lint Visual Studio Code extension embedding npm-groovy-lint, itself embedding CodeNarc

It would only be available via an extension, which you can search for in the marketplace.
Unfortunately it doesn't look like there are many extensions for Groovy at all. And if that can be considered an indication of the language's popularity, it's highly unlikely that broad support would ever be added to VS Code out of the box.

Related

Is there a VIM plugin for Windows that allows stepping through code? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Many IDEs have functionality that allow you to understand code by "stepping" into function calls to look at the definition, and what the function actually does. It might also allow you to look at the values of defines (in C) and maybe color code blocks of code with a different background color if they are not built during compile time.
Is there any plugin that would allow VIM to be used this way?
Actually, what you ask for is an IDE.
But VIM is more an editor than an integrated development environment.
You can config VIM to act like an IDE:
Use ctags for function/variable definition jumping.
Use tpope/unimpaired for showing errors.
You should keep in mind that VIM is for editing.
Wish you good luck.

Any good Haxe IDE for linux / ubuntu? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have find and tried different Haxe IDE in ubuntu and all have their own issues and dependencies even some have lost their support. Which is causing the IDE difficult to get ready for coding or development.
Currently using HIDE which is fair enough :s and get install in one command.
Is there any good working IDE for linux system ?
[update]
Haxe studio has no autocomplete feature
Sublime 2 bundle also do not support autocomplete or has one but don't show right properties
Gedit2 plugin has bugs which says python not found
Flashdevelope using wine opens a window which show list of flashdevelope extentions and do not go further then this screen.
I think you might want to look at this page:
https://haxe.org/documentation/introduction/editors-and-ides.html
The options for Linux are:
Visual Studio Code (With Haxe extension)
IntelliJ IDEA (With Haxe plugin)
Sublime Text (With Haxe Bundle)
VIM (With Vaxe Plugin)
HaxeDevelop using Wine

recommend HTML editor tool [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I used dreamweaver for HTML editing so far and its fine for UI developer I think.
But most weak point is too heavy.
I wonder if I should upgrade to something more lighter with full-featured.
Anyone recommend me HTML editor tool?
Those features are what I'm looking for.
not heavy to load
split mode (code / view)
custom colors for element/attribue/values...
auto-complete tag (code hint)
auto-add close tag
changes code same time interactively (like multiple sections.)
html validation check
wysiwyg
For simple light weight code editor I would recommend Bracket , Simply nice for HTML and Javascript coding and for split mode you can always use developer tool of browsers. I find them much better.
Assuming that your work on Windows (if not, let me know)
You could take a look to (All of them are WYSIWYG):
Microsoft Expression Web 4 (Free Version) Developed by Microsoft. Not exactly WYSIWYG but quite close and quite similar to Dreamweaver for an easy transition.
BlueGriffon Open Source
Aloha Open Source
I like Brackets a lot, but It's not WYSIWYG as you are request for.

Multiline Tabbar Text Editor on Linux [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm looking for text editor that run natively on linux which support multi-line tabbar and don't truncate long file names. I'm usually using Notepad++ in Windows.
Here is a screenshot of what I would like (using notepad++):
Please give me recommendation. Thank you.
The top 3 seem to be the following:
sublime, I guy I work with loves this one and it is cross os compatible.
geany, great for if you do programming and are a GTK2 fan.
kate, KDE editor with LOTS of options
vim, what most will tell you to use....
Additionally you can install Notepad++ through Wine, if you just cant live without it. :)
You can do this with atom. It's highly configurable through CSS and even is cross-platform.

Is there a open source SVG Windows Explorer preview extension? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Examotion has a player that can display the image for svg files as a preview in Windows Explorer. Their product is free, but closed source. I believe that it also only works with files that actually end in .svg. I have a need for a similar product that works with files also ending in some other extensions.
Is there an OSS solution that could be modified to suit this need?
The mentioned examotion renesis player seems to be the only free explorer extension! It seems to be stable, has good reviews and is working for me (the tiger svg you posted is working as well - maybe that's a different problem with your system).
If support for further extensions is the only problem, I would simply patch your windows registry.
Under
HKEY_CURRENT_USER\Software\Classes
there are entries for .svg and .svgz which declare to use the renesisplayer for thumbnail preview in explorer. you can simply add another key here like .mysvg similar to the existing keys.
Otherwise there are only commercial products like cadsofttools which has a svg plugin for irfanview and xnview.
You could try this one as well. It doesn't support the full SVG specification but at least it works. :)
http://code.google.com/p/svg-explorer-extension/

Resources