Skip to content

Commit

Permalink
improve autocompletion suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Jul 7, 2024
1 parent aa422d2 commit b52e0c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/PlotSetup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ import debounce from 'v-debounce'
import ExpressionEditor from './ExpressionEditor.vue'
const additionalCompletionItems = [
'mag_heading_df(',
'mag_heading(',
'named(NAMED_VALUE_FLOAT, name)'
'mag_heading_df(MAG[0],ATT)',
'mag_heading(RAW_IMU,ATTITUDE)',
'named(NAMED_VALUE_FLOAT,"InputHold")'
]
export default {
Expand Down

0 comments on commit b52e0c8

Please sign in to comment.