or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
Flix Language Support for Eclipse IDE
Installation
Help
>Install new software
http://eclipse.hetzge.de/flix/alpha/
into theWork with:
textfield and press enterFlix Language Support
option from the treeNext
and follow the wizardCreate new Flix project
File
>New
>Other
menu (shortcut =Ctrl
+N
) and selectFlix Project
in the tree.Finish
button.To convert an existing project to an Flix project right click on the project and select
Configure
>Convert to Flix project
. A Flix project should have a specific icon in the project explorer tree.Troubleshooting
"Have you tried turning it off and on again ?" For real if something is not behaving as expected you can restart the Flix language tooling. To do so right click on the project and select
Flix
>Reconnect Flix language tooling
. This should reinit the language server for the selected project. Give it some time to restart.Features
Search symbols in workspace
To search for symbols in the current workspace press
Ctrl
+Shift
+T
to open the search window. Now you can type what you are looking for. This currently only work in the context of an open flix editor. Alternatively you can pressCtrl
+3
and search for theOpen Symbol (Flix) - Show a list of workspace-wide symbols
command.Search symbol references
Place the cursor on a symbol and press
Ctrl
+Shift
+G
. This should open the search view with a list of all places where the marked symbol is referenced from.Select Flix version
To select the version of the Flix compiler that should be used, right click on a project, select
Properties
and thenFlix Project
.If you want to use a custom Flix version that is not available on the list at the properties page then you can place the
flix.jar
file in the project root. Theflix.jar
will override the other Flix version preference.The detection of the
flix.jar
file should happen automatically. In case of problems it will never be wrong to restart the IDE. Also be aware that a custom version can be incompatible with the IDE integration.