Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: syntax highlighting for Intellij IDEs #20

Open
haikyuu opened this issue Apr 2, 2020 · 12 comments
Open

Feature request: syntax highlighting for Intellij IDEs #20

haikyuu opened this issue Apr 2, 2020 · 12 comments

Comments

@haikyuu
Copy link

haikyuu commented Apr 2, 2020

The editor is widely used https://www.jetbrains.com/company/annualreport/2019/. This would be a great addition

@1st1
Copy link
Member

1st1 commented Apr 2, 2020

Yeah, developing a full-blown plugin for their IDEs would be great but is a super involved process. I think it's possible to use sublime text/atom highlighters there, so it should be good enough for now.

@haikyuu
Copy link
Author

haikyuu commented Apr 2, 2020

I think it's possible to use sublime text/atom highlighters there

I would love to, but i already made some research and didn't find how?

@Jarrodsz
Copy link

would love to know if its possible in 2022, would be great.

@Jarrodsz
Copy link

Jarrodsz commented Jan 1, 2023

2023 plugin for intellij ;)?

@marek-hanzal
Copy link

I've found EdgeDB in an analysis phase, so I'm checking tiks if I can use it. Editor support (also IntelliJ) is one of those ticks and it's missing, for me quite a deal-breaker...

@Jarrodsz
Copy link

Jarrodsz commented Jun 8, 2023

Search edgedb on the youtrack jetbrains and upvote my request for native support.

@Jarrodsz
Copy link

Jarrodsz commented Jun 8, 2023

@brizzbuzz
Copy link

The next version of intellij is going to have LSP support 🎉 https://blog.jetbrains.com/idea/2023/06/intellij-idea-2023-2-eap-7

I see that LSP support on EdgeDB roadmap is still listed as "post v1" but maybe this pushes the team over the... edge? 😎 (will delete pun in exchange for IDE support)

@Jarrodsz
Copy link

Jarrodsz commented Jul 15, 2023

Would love this intellij is really catching up lately the new ui is finally getting solid, and it finally supports devcontainers. We need this schema function in intellij! The only reason i open vscode is the edgedb plugin

@KaelWD
Copy link

KaelWD commented Oct 22, 2023

You can define custom file types for basic highlighting: https://www.jetbrains.com/help/idea/creating-and-registering-file-types.html#create-new-file-type

Line comment: #
Support paired everything: enabled
Keywords (probably some mistakes here):

1
aggregate
alter
and
any
commit
create
delete
detached
distinct
drop
else
empty
exists
false
filter
function
get
group
if
ilike
in
insert
is
like
limit
module
not
offset
or
order
over
partition
rollback
select
set
singleton
start
true
type
union
update
with
2
anycontiguous
anydiscrete
anyenum
anyfloat
anyint
anynumeric
anypoint
anyreal
anyscalar
anytype
array
bigint
bool
bytes
date_duration
datetime
decimal
document
duration
enum
float32
float64
int16
int32
int64
json
local_date
local_datetime
local_time
multirange
range
relative_duration
sequence
str
tuple
uuid
3
abstract
action
after
annotation
array
as
asc
atom
before
by
concept
constraint
database
desc
event
extending
final
first
for
from
index
initial
last
link
map
migration
multi
of
on
policy
property
rename
required
source
target
then
to
transaction
tuple
value
view
4
abs
adjacent
all
any
array_agg
array_fill
array_get
array_join
array_replace
array_unpack
assert
assert_distinct
assert_exists
assert_single
bit_and
bit_lshift
bit_not
bit_or
bit_rshift
bit_xor
bounded_above
bounded_below
bytes_get_bit
ceil
constraint
contains
count
date_get
datetime_current
datetime_get
datetime_of_statement
datetime_of_transaction
datetime_truncate
duration_get
duration_normalize_days
duration_normalize_hours
duration_to_seconds
duration_truncate
enumerate
exclusive
expression
find
floor
get_current_database
get_instance_name
get_transaction_isolation
get_version
get_version_as_str
json_array_unpack
json_get
json_object_pack
json_object_unpack
json_set
json_typeof
len
len_value
lg
ln
log
max
max_ex_value
max_len_value
max_value
mean
min
min_ex_value
min_len_value
min_value
multirange
multirange_unpack
one_of
overlaps
random
range
range_get_lower
range_get_upper
range_is_empty
range_is_inclusive_lower
range_is_inclusive_upper
range_unpack
re_match
re_match_all
re_replace
re_test
regexp
round
search
sequence_next
sequence_reset
sqrt
stddev
stddev_pop
str_lower
str_lpad
str_ltrim
str_pad_end
str_pad_start
str_repeat
str_replace
str_reverse
str_rpad
str_rtrim
str_split
str_title
str_trim
str_trim_end
str_trim_start
str_upper
strictly_above
strictly_below
sum
time_get
to_bigint
to_bytes
to_date_duration
to_datetime
to_decimal
to_duration
to_float32
to_float64
to_int16
to_int32
to_int64
to_json
to_local_date
to_local_datetime
to_local_time
to_relative_duration
to_str
uuid_generate_v1mc
uuid_generate_v4
var
var_pop
with_options

@codeyash
Copy link

codeyash commented Nov 1, 2023

@KaelWD better than nothing. Thanks!

@andrewmurraydavid
Copy link

Anything we can config for some formatting?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants